Strikethrough

A strikethrough node containing text and other inline nodes nodes as children.

Members

Functions

getClosingDelimiter
string getClosingDelimiter()
Undocumented in source. Be warned that the author may not have intended to support it.
getOpeningDelimiter
string getOpeningDelimiter()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CustomNode

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

From Delimited

getOpeningDelimiter
string getOpeningDelimiter()

@return the opening (beginning) delimiter, e.g. <code>*</code>

getClosingDelimiter
string getClosingDelimiter()

@return the closing (ending) delimiter, e.g. <code>*</code>

Meta