Skip to content

matchSoftIndentPrefix

matchSoftIndentPrefix(lineText): string | null

Defined in: softIndentExtension.ts:74

Returns the markdown prefix to hang (blockquote, leading space/tab, list, task), or null when the line should not get soft indent (e.g. plain paragraphs).

string

string | null