FencedCodeBlock

Undocumented in source.

Members

Functions

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getFenceChar
char getFenceChar()
Undocumented in source. Be warned that the author may not have intended to support it.
getFenceIndent
int getFenceIndent()
Undocumented in source. Be warned that the author may not have intended to support it.
getFenceLength
int getFenceLength()
Undocumented in source. Be warned that the author may not have intended to support it.
getInfo
string getInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getLiteral
string getLiteral()
Undocumented in source. Be warned that the author may not have intended to support it.
setFenceChar
void setFenceChar(char fenceChar)
Undocumented in source. Be warned that the author may not have intended to support it.
setFenceIndent
void setFenceIndent(int fenceIndent)
Undocumented in source. Be warned that the author may not have intended to support it.
setFenceLength
void setFenceLength(int fenceLength)
Undocumented in source. Be warned that the author may not have intended to support it.
setInfo
void setInfo(string info)
Undocumented in source. Be warned that the author may not have intended to support it.
setLiteral
void setLiteral(string literal)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Block

getParent
Block getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta