Class: Coradoc::Markdown::FootnoteReference

Inherits:
Base
  • Object
show all
Defined in:
lib/coradoc/markdown/model/footnote_reference.rb

Overview

FootnoteReference model representing an inline footnote reference.

Syntax: ‘[^name]` anywhere in text

Examples:

ref = Coradoc::Markdown::FootnoteReference.new(id: "1")

Method Summary

Methods inherited from Base

visit, #visit