factor/extra/farkup/farkup-docs.factor

7 lines
234 B
Factor

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." } ;