Description
CommonMark text can be parsed into structured data for documentation, publishing, or site generation workflows in Scheme projects. It is useful for projects that need Markdown-compatible parsing.
Parsers handle untrusted text often. Escape generated HTML or downstream output correctly when publishing content.