WRITELOOP

RENDER MARKDOWN FILES ON LINUX CLI

2017 July 6

I was searching for some time a tool to allow me to render markdown files on a linux terminal. Until I noticed that you could combine pandoc, lynx and pipes to do that - and lynx can even provide you with navigating between links on theses documents. So, time to test: $ cat arch_linux_tips.md | pandoc -f markdown_github | lynx -stdin