Share via


DocumentCaption interface

Caption of a table or figure.

Properties

content

Content of the caption.

elements

Child elements of the caption.

source

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

span

Span of the caption in the markdown content.

Property Details

content

Content of the caption.

content: string

Property Value

string

elements

Child elements of the caption.

elements?: string[]

Property Value

string[]

source

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

source?: string

Property Value

string

span

Span of the caption in the markdown content.

span?: ContentSpan

Property Value