class markdown::FencedCode
sys::Obj markdown::Node markdown::Block markdown::FencedCode
@Js
Fenced code block
- closingFenceLen
-
Int? closingFenceLenThe length of the closing fence (how many of the
fenceCharwere used to end the code block) if available, or null otherwise - fenceChar
-
Str? fenceCharThe fence character that was used, e.g.
`, or~, if available, or null otherwise - fenceIndent
-
Int fenceIndent := 0 - info
-
Str? infoOptional info string (see spec), e.g.
fantomin```fantom - literal
-
Str? literal - make
-
new make(Str? fenceChar := null) - openingFenceLen
-
Int? openingFenceLenThe length of the opening fence (how many of the
fenceCharwere used to start the code block) if available, or null otherwise