struct

Markd::Rule::FootnoteDefinition

Inherits Markd::Rule < Struct < Value < Object

Constructors

Instance methods

accepts_lines?

Footnote definitions can be multiline

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

Footnote definitions continue as long as lines are indented (4+ spaces) Blank lines are allowed (they separate paragraphs inside footnotes)

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

match and parse

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

token finalize

Source