Friday, August 14, 2015

Display a Markdown file in the terminal

Trick source

Using pandoc and lynx without creating temporary files:

$ pandoc file.md | lynx -stdin

lynx is installed as the lynx-cur package

No comments: