6 points | by spencerldixon 6 hours ago ago
3 comments
This looks neat, congrats.
For anyone looking for a more general renderer, https://github.com/charmbracelet/glow.
I like rendering through a browser to gain seamless hyperlink support. Conversion to html for lynx; chawan supports MD natively. They both do a nice job.
pandoc -s -f markdown -t html file.md | lynx -stdin
chawan -T text/markdown file.md
Thanks! I do like glow
This looks neat, congrats.
For anyone looking for a more general renderer, https://github.com/charmbracelet/glow.
I like rendering through a browser to gain seamless hyperlink support. Conversion to html for lynx; chawan supports MD natively. They both do a nice job.
pandoc -s -f markdown -t html file.md | lynx -stdin
chawan -T text/markdown file.md
Thanks! I do like glow