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).
Parameters
Section titled “Parameters”lineText
Section titled “lineText”string
Returns
Section titled “Returns”string | null