type

Doc

src @Js
class Doc : DocElem

Doc models the top level node of a fandoc document.

fields

methods

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.

htmlName
id
isInline
write

Slot Details

findHeadings

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.

htmlName

src virtual override Str htmlName()

id

src virtual override DocNodeId id()

isInline

src virtual override Bool isInline()

meta

src Str:Str meta := [Str:Str][:]

write

src virtual override Void write(DocWriter out)