FootnoteDefSyntax class
The spec of GFM about footnotes is missing. For online source code of cmark-gfm, see master@c32ef78. A Rust implementation is also available. Footnote definition could contain multiple line-children and children could be separated by one empty line. Its first child-line would be the remaining part of the first line after taking definition leading, combining with other child lines parsed by parseChildLines, is fed into BlockParser.
- Inheritance
-
- Object
- BlockSyntax
- FootnoteDefSyntax
Constructors
- FootnoteDefSyntax()
-
const
Properties
Methods
-
canEndBlock(
BlockParser parser) → bool -
inherited
-
canParse(
BlockParser parser) → bool -
inherited
-
interruptedBy(
BlockParser parser) → BlockSyntax? -
Returns the block which interrupts current syntax parsing if there is one,
otherwise returns
null
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BlockParser parser) → Node? -
override
-
parseChildLines(
BlockParser parser) → List< Line> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited