logo

class

fandoc::Para

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

Para models a paragraph of text.

Slots

admonition

Str admonition

Source

htmlName

override Str htmlName()

Get the HTML element name to use for this element.

Source

id

override DocNodeId id()

Get node id for node type.

Source

isInline

override Bool isInline()

Is this an inline versus a block element.

Source