Convert Markdown to HTML. This repo is a library of Mooction/MyNotPad and I extract the library from it. This project has a few source files and requires only a C++11 compatible compiler.
For compile library and a simple demo program:
cd libmarkdown
mkdir build && cd build
cmake .. && make
Usage: md2html <infile> <outfile>
. You can test it with an example from sample/test1_lf.md whose proper output might be sample/test1_lf_preview.html