Markdown to HTML
August 11, 2017 —
BarryK
I wrote about redesigning the local help files in Easy: http://bkhome.org/news/201708/easy-help-overhauled.html
Now I am thinking of dumping all of that.
Various reasons, one of which is that HelpSurfer is too unstable. Also too slow.
jamesbond's mdview is soooo fast, and help files in Fatdog are now based on markdown. Wrote about mdview here:
http://bkhome.org/news/201707/mdview-markdown-viewer.html
L18L wrote a custom converter to convert one of the Fatdog md files to html:
http://www.murga-linux.com/puppy/viewtopic.php?p=895313#895313
I wondered what is out there, to convert md to html. There are many converters that require an Internet connection, but I want one that works offline.
Found these:
Written in C:
http://www.pell.portland.or.us/~orc/Code/discount/
Javascript:
https://github.com/chjj/marked
Comments
Ha ha, I overlooked the obvious. Jamesbond's mdview also does cli conversions, including to html. That's great.Tags: linux