- Index
- »
- fan.markdown
- »
- Heading
Heading
@Js
class Heading : Block
A heading (ATX or Setext):
## First heading
## Another heading
The anchor id to use for this heading
The heading "level"
Str? : anchor
The anchor id to use for this heading.
const Int : level
The heading "level"
new make(Int level := 0)
virtual Str toStrAttributes()