class markdown::Heading

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

@Js

Source

A heading (ATX or Setext):

First heading
=============

## Another heading
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