Y
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
RMPR
2076 days ago
And couple it with entr to emulate live preview
link
carterschonwald
2076 days ago
pandoc is great :)
link