Hacker News new | ask | show | jobs
by herdcall 828 days ago
There is "pandoc" if you folks haven't tried it, it is amazingly simple and effective and will convert from a ton of input formats (including markdown) to a ton of output formats (including html, word, whatever).
2 comments

I use Pandoc to view markdown in a terminal using `less` (see `lesspipe(1)`), either through html and `elinks` or through a custom writer ([2] forked from [1]).

[0] My `.lessfilter` configuration: https://gist.github.com/kpschoedel/62888f552dc9d920d600166e5...

[1] https://github.com/Orange-OpenSource/pandoc-terminal-writer

[2] https://github.com/kpschoedel/pandoc-terminal-writer

Oh yeah, I use pandoc + lua in Continuous Integration to build docs from their sources and it's pretty effective!