Share via


DocumentSection interface

Section in a document.

Properties

elements

Child elements of the section.

span

Span of the section in the markdown content.

Property Details

elements

Child elements of the section.

elements?: string[]

Property Value

string[]

span

Span of the section in the markdown content.

span?: ContentSpan

Property Value