Methods |
public
|
getTag(): int
Get the tag
|
#
|
public
|
getOpenTag(): string
Get the tag as it originally appeared in the string
Get the tag as it originally appeared in the string
Implements
|
#
|
public
|
getDepth(): int
Get the depth of the tag
|
#
|
public
|
hasChildren(): bool
Check if the tag has nested tags
Check if the tag has nested tags
Implements
|
#
|
public
|
getIndent(): ?string
Get horizontal whitespace before the tag, or null if the tag is not a
fenced code block
Get horizontal whitespace before the tag, or null if the tag is not a
fenced code block
Implements
|
#
|
public
|
getInfoString(): ?string
Get the tag's info string, or null if the tag is not a fenced code block
Get the tag's info string, or null if the tag is not a fenced code block
Implements
|
#
|