struct

Markd::Rule::ThematicBreak

Inherits Markd::Rule < Struct < Value < Object

Constants

THEMATIC_BREAK = /^(?:(?:\*[ \t]*){3,}|(?:_[ \t]*){3,}|(?:-[ \t]*){3,})[ \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