MDEx.FootnoteDefinition (MDEx v0.11.6)

Copy Markdown View Source

A footnote definition.

Summary

Types

t()

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