from multimark import cmark_version
cmark_version()'0.29.0.gfm.13'
Return the version string of the vendored cmark-gfm library.
Usage
Reports the version of the bundled cmark-gfm C library that multimark was compiled against. This is useful for debugging or confirming which release of the underlying parser is in use.
str"X.Y.Z.gfm.N" (e.g., "0.29.0.gfm.13").