name subject to change lol
Go to file
Zorchenhimer abc99b02e6 Updated readme.md
Made it more clear what is currently implemented and what is planned.
2023-11-26 12:55:35 -05:00
.gitignore Initial commit 2021-07-14 11:15:46 -04:00
Makefile Tweak makefile CFLAGS 2023-10-22 16:53:51 -04:00
lexer.c Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
lexer.h Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
main.c Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
main.h Initial commit 2021-07-14 11:15:46 -04:00
node.c Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
node.h Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
readme.md Updated readme.md 2023-11-26 12:55:35 -05:00
sample.md Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
token.c Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
token.h Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00

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