struct

Markd::Rule::Table

Inherits Markd::Rule < Struct < Value < Object

Constructors

Instance methods

accepts_lines?

Tables are multi-line

Source
can_contain?(type : Node::Type) : Bool

Not really used because of how parsing is done

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