fandoc
Pod fandoc chapter
DocWriter is used to output a fandoc model using a series of callbacks
BlockQuote models a block of quoted text
Code is inline code
Doc models the top level node of a fandoc document
DocElem is a container node which models a branch of the doc tree
DocNode is the base class for nodes in a fandoc model
DocNodeId
DocText segment
Emphasis is italic text
FandocDocWriter outputs a fandoc model to plain text fandoc format
FandocErr
FandocParser translate fandoc text into an in-memory representation of the document
Heading
Hr models a horizontal rule
HtmlDocWriter outputs a fandoc model to XHTML
See pod doc for usage
Image is a reference to an image file
Link is a hyperlink
ListItem is an item in an OrderedList and UnorderedList
MarkdownDocWriter outputs a fandoc model to Markdown
OrderedList models a numbered list
OrderedListStyle
Para models a paragraph of text
Pre models a pre-formated code block
Strong is bold text
UnorderedList models a bullet list