Skip to content

CommonMark parsing and rendering library and program in C

License

Notifications You must be signed in to change notification settings

Semty/swift-cmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmark-gfm

cmark-gfm is an extended version of the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This repository adds GitHub Flavored Markdown extensions to the upstream implementation, as defined in the spec.

Changes upstream in cmark will be pulled into this cmark-gfm project repository as the upstream project evolves. The original cmark repository can be found here: https://github.com/commonmark/cmark.

The rest of the README is preserved as-is from the upstream source. Note that t