-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It is a bit uncomfortable to read the output of a page in markdown format in the same terminal.
Describe the solution you'd like
Develop a module (¿Format
?) to format the output. The module could use ANSI code to perform the replacements.
Describe alternatives you've considered
Another alternative is to search an existent package on Hex.pm and apply it.
Additional context
This module should be able to:
- Transform heading 1 (
#
). - Transform code (code between `)
- Transform quote (
>
. - It could be interesting to test if it is a good idea to use bold text with the arguments between curly brackets (
{{command}}
).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request