Share via


DocumentFootnote interface

Footnote of a table or figure.

Properties

content

Content of the footnote.

elements

Child elements of the footnote.

source

Encoded source that identifies the position of the footnote in the content.

span

Span of the footnote in the markdown content.

Property Details

content

Content of the footnote.

content: string

Property Value

string

elements

Child elements of the footnote.

elements?: string[]

Property Value

string[]

source

Encoded source that identifies the position of the footnote in the content.

source?: string

Property Value

string

span

Span of the footnote in the markdown content.

span?: ContentSpan

Property Value