class markdown::Heading

sys::Obj
  markdown::Node
    markdown::Block
      markdown::Heading

@Js

Source

Heading block

anchor

Str? anchor

Source

The anchor id to use for this heading.

level

const Int level

Source

The heading "level"

make

new make(Int level := 0)

Source

toStrAttributes

protected virtual override Str toStrAttributes()

Source