name subject to change lol
Go to file
Zorchenhimer 7df25d60dd Implement lists; Fix header text
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.
2023-11-26 17:34: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 Implement lists; Fix header text 2023-11-26 17:34:35 -05:00
lexer.h Fix a lot of memory leaks 2023-11-15 21:43:03 -05:00
main.c Implement lists; Fix header text 2023-11-26 17:34:35 -05:00
main.h Initial commit 2021-07-14 11:15:46 -04:00
node.c Implement lists; Fix header text 2023-11-26 17:34:35 -05:00
node.h Implement lists; Fix header text 2023-11-26 17:34:35 -05:00
readme.md Updated readme.md 2023-11-26 12:55:35 -05:00
sample.md Implement lists; Fix header text 2023-11-26 17:34:35 -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