Interface: MarkdownCodeEntry
Defined in: src/lib/classes/spooled_markdown_artifact.ts:48
A single fenced code block entry in the document's structural index.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
endLine | number | 0-based line index of the closing fence line. | src/lib/classes/spooled_markdown_artifact.ts:54 |
lang | string | null | The language identifier immediately after the opening fence, or null when absent. | src/lib/classes/spooled_markdown_artifact.ts:50 |
startLine | number | 0-based line index of the opening fence line. | src/lib/classes/spooled_markdown_artifact.ts:52 |