Interface FootnoteEntry

A markdown entry for generating footnotes.

Hierarchy

Properties

Properties

footnote: { content: MarkdownEntryOrPrimitive | MarkdownEntryOrPrimitive[]; id: string }

The footnote contents and identifying property for the renderer.

Type declaration

  • content: MarkdownEntryOrPrimitive | MarkdownEntryOrPrimitive[]

    The footnote content to appear at the bottom of the document.

  • id: string

    The footnote ID. This is used inline to signify which footnote to reference. Identifiers can be numbers or words, but they cannot contain spaces or tabs.

Generated using TypeDoc