Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anton-matosov/9413854fd05844b9b242d62d45f5e3bf to your computer and use it in GitHub Desktop.
Save anton-matosov/9413854fd05844b9b242d62d45f5e3bf 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