Package org.commonmark.ext.front.matter
Class YamlFrontMatterBlock
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.CustomBlock
org.commonmark.ext.front.matter.YamlFrontMatterBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.CustomBlock
accept
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink
-
Constructor Details
-
YamlFrontMatterBlock
public YamlFrontMatterBlock()
-