Hacker News new | ask | show | jobs
by kps 828 days ago
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