View Source MDEx.FootnoteDefinition (MDEx v0.3.0)

A footnote definition.

Summary

Types

t()

@type t() :: %MDEx.FootnoteDefinition{
  name: String.t(),
  nodes: [MDEx.Document.md_node()],
  total_references: non_neg_integer()
}