class markdown::ThematicBreak

sys::Obj
  markdown::Node
    markdown::Block
      markdown::ThematicBreak

@Js

Source

Thematic break block

literal

Str? literal

Source

source literal that represents this break, if available

make

new make(Str? literal := null)

Source