(index ("markdown" 0))
(def (sig (procedure "(markdown INPUT #!optional FLAGS)" (id markdown))) (p "Given an " (tt "INPUT") " string, returns a string containing the markup converted to HTML, or #f in case conversion was not possible for some reason."))
