case footnotes Parse footnotes.
case fullInfoString Include the remainder of the info string in code blocks in a separate attribute.
case githubPreLang Use GitHub-style
<pre lang="x"> tags for code blocks instead of <pre><code class="language-x">.case hardBreaks Render
softbreak elements as hard line breaks.case liberalHTMLTag Be liberal in interpreting inline HTML tags.
case noBreaks Render
softbreak elements as spaces.case normalize Legacy option (no effect).
case safe CMARK_OPT_SAFE is defined here for API compatibility, but it no longer has any effect. “Safe” mode is now the default: set CMARK_OPT_UNSAFE to disable it.case smart Convert straight quotes to curly, — to em dashes, – to en dashes.
case sourcePos Include a
data-sourcepos attribute on all block elements.case strikethroughDoubleTilde Only parse strikethroughs if surrounded by exactly 2 tildes. Gives some compatibility with redcarpet.
case tablePreferStyleAttributes Use style attributes to align table cells instead of align attributes.
case unsafe Render raw HTML and unsafe links (
javascript:, vbscript:, file:, and data:, except for image/png, image/gif, image/jpeg, or image/webp mime types). By default, raw HTML is replaced by a placeholder HTML comment. Unsafe links are replaced by empty strings.case validateUTF8 Validate UTF-8 in the input before parsing, replacing illegal sequences with the replacement character U+FFFD.