- Index
- »
- markdown
- »
- FencedCode
type
constructors
fields
closingFenceLen |
The length of the closing fence (how many of the |
---|---|
fenceChar |
The fence character that was used, e.g. |
fenceIndent | |
info |
Optional info string (see spec), e.g. |
literal | |
openingFenceLen |
The length of the opening fence (how many of the |
Slot Details
closingFenceLen
fenceChar
Str? fenceChar
The fence character that was used, e.g. `
, or ~
, if available, or null otherwise
fenceIndent
Int fenceIndent := 0
info
Str? info
Optional info string (see spec), e.g. fantom
in ```fantom
literal
Str? literal
make
new make(Str? fenceChar := null)