duck2 / libsoldout

Flexible C library for markdown parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duck2/libsoldout

This fork is a "make and go" version of Natacha Porté's Markdown parser libsoldout. Most of the documentation, LaTeX and nroff renderers and orbweaver-y build system is removed.

Compile

make if you want a local binary. You can also run sudo make install if you would like a systemwide installation. If you are using something other than Debian, make sure to take a look at the Makefile.

Run

$ ./mkd2html [file]

About

Flexible C library for markdown parsing

License:ISC License


Languages

Language:C 96.7%Language:Roff 2.8%Language:Makefile 0.5%