14 ms·
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
by herdcall 3y 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).
- kps 3y agoI 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/62888f552dc9d920d600166e586c4d43 https://gist.github.com/kpschoedel/62888f552dc9d920d600166e5... [1] https://github.com/Orange-OpenSource/pandoc-terminal-writer https://github.com/Orange-OpenSource/pandoc-terminal-writer [2] https://github.com/kpschoedel/pandoc-terminal-writer https://github.com/kpschoedel/pandoc-terminal-writer
- a1o 3y agoOh yeah, I use pandoc + lua in Continuous Integration to build docs from their sources and it's pretty effective!