Skip to content

Instantly share code, notes, and snippets.

@garethrees
Last active January 16, 2021 03:32
Show Gist options
  • Save garethrees/8861181 to your computer and use it in GitHub Desktop.
Save garethrees/8861181 to your computer and use it in GitHub Desktop.
Render markdown in shell
$ pandoc -s -f markdown -t man README.md | man -l -
$ pandoc -s -f markdown -t html README.md |lynx -dump -stdin | less -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment