Chris Eidhof

3pods

cmark

cmark is the C reference implementation of [CommonMark], a rationalized version of Markdown syntax with a [spec][http://spec.commonmark.org/]. (For the JavaScript reference implementation, see [commonmark.js].)

It provides a shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides a command-line program (cmark) for parsing and rendering CommonMark documents.

License: NOASSERTION

  • C

CommonMark

This library provides a Swift interface to the cmark library. Rather than working with C function pointers, it exposes the Markdown as an abstract syntax tree (an enum). It allows for parsing, modification and rendering of a CommonMark document.

License: MIT

  • Swift

LiterateSwift

This framework is intended to be used in an app, e.g. a GUI app or CLI app.

License: MIT

  • Swift