FootnoteRefSyntax class

The spec of GFM about footnotes is missing. For source code of cmark-gfm, See noMatch label of handle_close_bracket function in master@c32ef78. A Rust implementation is also available. Footnote shares the same syntax with LinkSyntax, but goes a different branch of handling close bracket.

Constructors

FootnoteRefSyntax()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods