Doc
src
@Js
class Doc : DocElem
Doc models the top level node of a fandoc document.
src
Heading[] findHeadings()
Recursively walk th document to build an order list of the multi-level headings which can serve as a "table of contents" for the document.
src
virtual override Str htmlName()
src
virtual override Bool isInline()