Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Footnote

import type { Footnote } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A document footnote.

interface Footnote {
content?: StructuralElement[];
footnoteId?: string;
}

§Properties

§

The contents of the footnote. The indexes for a footnote's content begin at zero.

§
footnoteId?: string
[src]

The ID of the footnote.