29 lines
393 B
Markdown
29 lines
393 B
Markdown
|
# Terminal Markdown Viewer
|
||
|
|
||
|
## Goals
|
||
|
|
||
|
To render markdown in the terminal and use colors, font weights, etc, to
|
||
|
display the document.
|
||
|
|
||
|
## Implemented syntax
|
||
|
|
||
|
- Headers
|
||
|
- Unordered lists
|
||
|
- Ordered lists
|
||
|
- Inline code
|
||
|
- Block code
|
||
|
- Block quote?
|
||
|
- Bold
|
||
|
- Underline
|
||
|
|
||
|
### maybies
|
||
|
|
||
|
- Task list
|
||
|
- Explicit colors
|
||
|
- Inter-document links
|
||
|
|
||
|
### nopes
|
||
|
|
||
|
- Tables
|
||
|
- Syntax highlighting code
|