Skip to content

MarkdownSectionInformation

Official

Markdown section information.

Import:

import type { MarkdownSectionInformation } from 'obsidian';

Signature:

export interface MarkdownSectionInformation

Properties

Property Type Description
lineEnd number The end line of the section (0-based).
lineStart number The start line of the section (0-based).
text string The text of the section.

Links to this page: