The various types of Nodes that the Parser can generate.
Node
Parser
Anything
Object
Basic
NodeType
Identifiable
no subtypes hierarchy
blockQuote
shared blockQuote
code
shared code
codeBlock
shared codeBlock
document
shared document
emphasis
shared emphasis
heading
shared heading
htmlBlock
shared htmlBlock
htmlInline
shared htmlInline
image
shared image
item
shared item
lineBreak
shared lineBreak
link
shared link
list
shared list
paragraph
shared paragraph
softBreak
shared softBreak
specialLink
shared specialLink
strong
shared strong
text
shared text
thematicBreak
shared thematicBreak
commonmarkJsType
shared String commonmarkJsType
container
shared Boolean container
string
shared actual String string
A developer-friendly string representing the instance. Concatenates the name of the concrete class of the instance with the hash of the instance. Subclasses are encouraged to refine this implementation to produce a more meaningful representation.
hash
Object.string
equals