class Luce::FootnoteRefSyntax
- Luce::FootnoteRefSyntax
- Reference
- Object
Overview
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 have a different branch of handling close bracket.
Defined in:
luce/inline_syntaxes/footnote_ref_syntax.crClass Method Summary
Class Method Detail
def self.try_create_footnote_link(ctx : LinkContext, text : String, secondary : Bool = false) : Array(Node) | Nil
#