MDEx.FootnoteReference (MDEx v0.5.0)

View Source

The reference to a footnote.

Summary

Types

t()

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