2021-07-14 08:15:46 -07:00
|
|
|
# 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
|
2023-11-26 09:55:35 -08:00
|
|
|
- Block quote
|
|
|
|
- Paragraphs
|
|
|
|
|
|
|
|
### TODO
|
|
|
|
|
2021-07-14 08:15:46 -07:00
|
|
|
- Bold
|
|
|
|
- Underline
|
2023-11-26 09:55:35 -08:00
|
|
|
- Unordered lists
|
|
|
|
- Ordered lists
|
2021-07-14 08:15:46 -07:00
|
|
|
|
|
|
|
### maybies
|
|
|
|
|
|
|
|
- Task list
|
|
|
|
- Explicit colors
|
|
|
|
- Inter-document links
|
|
|
|
|
|
|
|
### nopes
|
|
|
|
|
|
|
|
- Tables
|
|
|
|
- Syntax highlighting code
|
2023-11-26 09:55:35 -08:00
|
|
|
- HTML
|