Skip to content
1 min read · 84 words

Interface: MarkdownCodeEntry

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

Properties

PropertyTypeDescription
endLinenumber0-based line index of the closing fence line.
langstring | nullThe language identifier immediately after the opening fence, or null when absent.
startLinenumber0-based line index of the opening fence line.