Hacker News new | ask | show | jobs
by leephillips 2076 days ago
If you have Pandoc installed, you can get just the rendering/reading with something like

      pandoc -i file.md | w3m -T text/html
2 comments

And couple it with entr to emulate live preview
pandoc is great :)