5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx md4c: md4c @VERSION@ (MD4C is Markdown parser implementation in C)
5 kx md4c:
5 kx md4c: Generally, MD4C aims to be compliant to the latest version of
5 kx md4c: CommonMark [https://spec.commonmark.org/] specification.
5 kx md4c:
5 kx md4c: MD4C parser is easy to reuse in other projects, its API is very
5 kx md4c: straightforward: There is actually just one function, md_parse().
5 kx md4c:
5 kx md4c:
5 kx md4c: https://github.com/mity/md4c/
5 kx md4c: