class Luce::FootnoteRefSyntax

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.cr

Class Method Summary

Class Method Detail

def self.try_create_footnote_link(ctx : LinkContext, text : String, secondary : Bool = false) : Array(Node) | Nil #