- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.Block
-
- org.commonmark.node.CustomBlock
-
- org.commonmark.ext.gfm.alerts.Alert
-
public class Alert extends CustomBlock
Alert block for highlighting important information using[!TYPE]syntax.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description Alert(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()-
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
-
-