View Source MDEx.FootnoteReference (MDEx v0.3.0)

The reference to a footnote.

Summary

Types

t()

@type t() :: %MDEx.FootnoteReference{
  ix: non_neg_integer(),
  name: String.t(),
  ref_num: non_neg_integer()
}