Share via


DocumentLine interface

Line in a document, consisting of an contiguous sequence of words.

Properties

content

Line text.

source

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

span

Span of the line in the markdown content.

Property Details

content

Line text.

content: string

Property Value

string

source

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

source?: string

Property Value

string

span

Span of the line in the markdown content.

span?: ContentSpan

Property Value