Fan

 

class

fandoc::Para

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::Para

Para models a paragraph of text.

Slots

admonitionSource

Str? admonition

htmlNameSource

override Str htmlName()

Overrides fandoc::DocElem.htmlName

Doc inherited from fandoc::DocElem.htmlName

Get the HTML element name to use for this element.

idSource

override DocNodeId id()

Overrides fandoc::DocNode.id

Doc inherited from fandoc::DocNode.id

Get node id for node type.

isInlineSource

override Bool isInline()

Overrides fandoc::DocElem.isInline

Doc inherited from fandoc::DocElem.isInline

Is this an inline versus a block element.