class Luce::LinkContext

Overview

A helper class holds params of link context. Footnote creation needs other info in try_create_reference_link.

Defined in:

luce/inline_syntaxes/link_syntax.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parser : InlineParser, opener : SimpleDelimiter, get_children : Proc(Array(Node))) #

Instance Method Detail

def get_children : Proc(Array(Node)) #

def opener : SimpleDelimiter #

def parser : InlineParser #