Hacker News new | ask | show | jobs
by lou1306 2078 days ago
Somewhat related: there is a Pandoc "writer" on GitHub that pretty prints most formats supported by Pandoc (including Markdown, of course).

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

I contributed some changes back in 2019. The writer is written in Lua and the lead maintainer seems happy to welcome PRs.

1 comments

Thanks for pointing that out. (I've been using `pandoc -t html | elinks -dump -stdin` in my ~/.lessfilter)