Package atessera.markdown
Class MathBlockDefinition
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.CustomBlock
atessera.markdown.MathBlockDefinition
public class MathBlockDefinition
extends org.commonmark.node.CustomBlock
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMathBlockDefinition(MathBlockDefinition.Type type, String text, String label) -
Method Summary
Methods inherited from class org.commonmark.node.CustomBlock
acceptMethods inherited from class org.commonmark.node.Block
getParent, setParentMethods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toStringAttributes, unlink
-
Constructor Details
-
MathBlockDefinition
public MathBlockDefinition() -
MathBlockDefinition
-
-
Method Details