Skip to content

CodeBlockMarkdownInformation

Information about a code block in a markdown file.

Import:

import type { CodeBlockMarkdownInformation } from 'obsidian-dev-utils/obsidian/code-block-markdown-information';

Signature:

export interface CodeBlockMarkdownInformation

Properties

PropertyTypeDescription
argsstring[]Arguments of the code block.
endDelimiterstringAn end delimiter of the code block.
languagestringA language of the code block.
linePrefixstringA line prefix of each line of the code block.
noteContentstringA content of the note.
positionInNotePosA position of the code block in the note.
rawArgsStrstringRaw arguments string of the code block.
sectionInfoMarkdownSectionInformationA section information of the code block.
startDelimiterstringA start delimiter of the code block.

Links to this page: