Skip to content
1 min read · 98 words

Interface: MarkdownCodeEntry

Defined in: src/lib/classes/spooled_markdown_artifact.ts:43

A single fenced code block entry in the document's structural index.

Properties

PropertyTypeDescriptionDefined in
endLinenumber0-based line index of the closing fence line.src/lib/classes/spooled_markdown_artifact.ts:49
langstring | nullThe language identifier immediately after the opening fence, or null when absent.src/lib/classes/spooled_markdown_artifact.ts:45
startLinenumber0-based line index of the opening fence line.src/lib/classes/spooled_markdown_artifact.ts:47