Zorchenhimer
7df25d60dd
Removed the extra hash from the header text by counting correctly. Implemented lists! Both unordered and ordered lists have been implemented, and they can even be mixed. Lists starting with letters or roman numerals is not implemented, and probably won't be. |
||
---|---|---|
.gitignore | ||
Makefile | ||
lexer.c | ||
lexer.h | ||
main.c | ||
main.h | ||
node.c | ||
node.h | ||
readme.md | ||
sample.md | ||
token.c | ||
token.h |
readme.md
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