tty-markdown
For the folks among you who enjoy terminal output, I found an open tab in my browser with tty-markdown. It's a Ruby library that parses Markdown text and produces colored terminal output.
Example from the README:
It's not a stand-alone tool, though it can be turned into one by e.g. calling TTY::Markdown.parse(markdown_string, width: 80)
where markdown_string
is the STDIN or file contents.
Potentially useful to "proof" or preview inside your favorite emacs/vi/tmux/... session.
Author at Zettelkasten.de • https://christiantietze.de/
Howdy, Stranger!