A Markdown terminal viewer
Type marcdown <path_to_file>
and view your Marckdown document in the Terminal!
- Headers: insert headers with the prefix '# Example'. To ident more use as much
#
as you want - Bold: converts from
**example**
to example - Lists: insert lists using the prefix
+ example
. To ident more use as much+
as you want. - Separators: insert a separator using
---
. - Comments: insert a comment using the prefix
>
. Does not support comment inside comments. - Inline code: insert a piece of code writing it between two backticks
-h
: prints a usage message.-bC
: renders the bold text as a color