FencedCode
@Js
class FencedCode : Block
Fenced code block
``` foo bar ```
The fence character that was used, e.g
The length of the closing fence (how many of the fenceChar were used to end the code block) if available, or null otherwise
The length of the opening fence (how many of the fenceChar were used to start the code block) if available, or null otherwise
Optional info string (see spec), e.g
Int? : closingFenceLen
The length of the closing fence (how many of the fenceChar were used to end the code block) if available, or null otherwise
Str? : fenceChar
The fence character that was used, e.g. `, or ~, if available, or null otherwise
Int : fenceIndent
Str? : info
Optional info string (see spec), e.g. fantom in ```fantom
Str? : literal
new make(Str? fenceChar)
Int? : openingFenceLen
The length of the opening fence (how many of the fenceChar were used to start the code block) if available, or null otherwise