(index ("commonmark->html" 0))
(def (sig (procedure "(commonmark->html str #!key (safe #t))" (id commonmark->html))) (p "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."))
