name subject to change lol
Go to file
Zorchenhimer 3d0bba21e1 Remove some old debugging printf()'s 2023-10-22 17:11:02 -04: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 Remove some old debugging printf()'s 2023-10-22 17:11:02 -04:00
lexer.h Fix basic parse issues 2023-10-15 18:30:59 -04:00
main.c Remove some old debugging printf()'s 2023-10-22 17:11:02 -04:00
main.h Initial commit 2021-07-14 11:15:46 -04:00
node.c Remove some old debugging printf()'s 2023-10-22 17:11:02 -04:00
node.h Remove the TokenList structure 2023-10-22 16:50:18 -04:00
readme.md Initial commit 2021-07-14 11:15:46 -04:00
sample.md Initial commit 2021-07-14 11:15:46 -04:00
token.c Remove the TokenList structure 2023-10-22 16:50:18 -04:00
token.h Remove the TokenList structure 2023-10-22 16:50:18 -04: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
  • 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