Zorchenhimer
d855df380b
- Parse code blocks that are wrapped sets of three backticks. - Added a TT_TRIPLEBACKTICK token. - Added a length field to the Token struct. - Added an error node. - Cleaned up some file read code. - Fixed the header raw text (don't reuse the same buffer for each node). |
||
---|---|---|
.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
- 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