]> gitweb.factorcode.org Git - factor.git/blob - basis/farkup/farkup-docs.factor
Move web framework to basis
[factor.git] / basis / farkup / farkup-docs.factor
1 USING: help.markup help.syntax ;
2 IN: farkup
3
4 HELP: convert-farkup
5 { $values { "string" "a string" } { "string'" "a string" } }
6 { $description "Parse a string as farkup (Factor mARKUP) and output the result aas an string of HTML." } ;