Skip to content

MarkdownSectionInformation

Official

Markdown section information.

Import:

import type { MarkdownSectionInformation } from 'obsidian';

Signature:

export interface MarkdownSectionInformation

Properties

PropertyTypeDescription
lineEndnumberThe end line of the section (0-based).
lineStartnumberThe start line of the section (0-based).
textstringThe text of the section.

Links to this page: