chickadee » cmark » commonmark->html

commonmark->html str #!key (safe #t)procedure

Converts a CommonMark string to a HTML string. By default, any raw HTML code blocks or unsafe links (eg, "javascript:...") will be removed. If you'd like to use inline HTML, set the keyword parameter 'safe' to #f.