/* begin *

   md4c 0.4.8 (MD4C is Markdown parser implementation in C)

   Generally, MD4C aims to be compliant to the latest version of
   CommonMark [https://spec.commonmark.org/] specification.

   MD4C parser is easy to reuse in other projects, its API is very
   straightforward: There is actually just one function, md_parse().


   https://github.com/mity/md4c/

 * end */