Handbook
Glossary
Farkup
The
farkup
vocabulary implements Farkup (Factor mARKUP), a simple markup language. Farkup was loosely based on the markup languages employed by MediaWiki and
http://reddit.com
.
The main entry points for converting Farkup to HTML:
convert-farkup
( string -- string' )
write-farkup
( string -- )
The syntax tree of a piece of Farkup can also be inspected and modified:
parse-farkup
( string -- farkup )
(write-farkup)
( farkup -- xml )
Farkup syntax tree nodes