Skip to content

Ducklett/mumd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mumd is a one-pass renderer-agnostic markdown parser.

It is a single header library and has a tiny memory footprint (context object + small stacks for nested lists and inline styles).

An example HTML frontend is available in example.c

Since Mumd doesn't make any assumptions about your frontend you'll have to handle escaping and syntax highlighting on your own if desired.

About

single header markdown parser in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages