MermaidDiagramFigure
class MermaidDiagramFigure(child: MermaidDiagram, val caption: String? = null) : Figure<MermaidDiagram>
An optionally-numbered block which displays a single Mermaid diagram, with an optional caption.
Parameters
child
wrapped diagram
caption
optional caption of the diagram
See also
Properties
Functions
Link copied to clipboard
Returns a sequence of all nodes in the tree, where this is the root node. The sequence is generated by traversing the tree in depth-first order. The root node is excluded from the sequence.
Link copied to clipboard
fun LocationTrackableNode.formatLocation(context: Context, format: (DocumentNumbering) -> NumberingFormat?): String?
Link copied to clipboard
Link copied to clipboard