USING: help.markup help.syntax ; IN: farkup HELP: convert-farkup { $values { "string" "a string" } { "string'" "a string" } } { $description "Parse a string as farkup (Factor mARKUP) and output the result aas an string of HTML." } ;