-
-
Save anton-matosov/9413854fd05844b9b242d62d45f5e3bf to your computer and use it in GitHub Desktop.
Render markdown in shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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