class markdown::FencedCode

sys::Obj
  markdown::Node
    markdown::Block
      markdown::FencedCode

@Js

Source

Fenced code block

closingFenceLen

Int? closingFenceLen

Source

The length of the closing fence (how many of the fenceChar were used to end the code block) if available, or null otherwise

fenceChar

Str? fenceChar

Source

The fence character that was used, e.g. `, or ~, if available, or null otherwise

fenceIndent

Int fenceIndent := 0

Source

info

Str? info

Source

Optional info string (see spec), e.g. fantom in ```fantom

literal

Str? literal

Source

make

new make(Str? fenceChar := null)

Source

openingFenceLen

Int? openingFenceLen

Source

The length of the opening fence (how many of the fenceChar were used to start the code block) if available, or null otherwise