34 lines
407 B
Markdown
34 lines
407 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
|
|
- Inline code
|
|
- Block code
|
|
- Block quote
|
|
- Paragraphs
|
|
|
|
### TODO
|
|
|
|
- Bold
|
|
- Underline
|
|
- Unordered lists
|
|
- Ordered lists
|
|
|
|
### maybies
|
|
|
|
- Task list
|
|
- Explicit colors
|
|
- Inter-document links
|
|
|
|
### nopes
|
|
|
|
- Tables
|
|
- Syntax highlighting code
|
|
- HTML
|