Skip to content

go-kramdown

Pure-Go kramdown.

go-kramdown is a pure-Go (CGO_ENABLED=0) converter for the kramdown Markdown dialect (a superset of Markdown with inline attribute lists and more) to HTML — the parser and renderer that back kramdown's to_html, with no Ruby runtime.

Everything is pure Go (CGO_ENABLED=0), standard-library-first, and cross-compiles to every 64-bit Go target. Licensed BSD-3-Clause.

Packages