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