Skip to content

ddayzzz/libmarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Markdown parser

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.

Installation

For compile library and a simple demo program:

cd libmarkdown
mkdir build && cd build
cmake .. && make

Built-in Demo

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

About

A simple cpp-based markdown parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published