struct

Markd::Rule::Heading

Inherits Markd::Rule < Struct < Value < Object

Constants

ATX_HEADING_MARKER = /^\#{1,6}(?:[ \t]+|$)/
SETEXT_HEADING_MARKER = /^(?:=+|-+)[ \t]*$/

Constructors

Instance methods

accepts_lines?

accepts_line

Source
can_contain?(type)
Source
continue(parser : Parser, container : Node) : ContinueStatus

continue

Source
initialize
Source
match(parser : Parser, container : Node) : MatchValue

match and parse

Source
token(parser : Parser, container : Node) : Nil

token finalize

Source