Skip to content

omitLines

omitLines(selector): (codeBlock) => string

Defined in: client/code-block.ts:72

string

Selector used to specify which lines to omit from the resulting code.

A function that returns the code inside a code block without any lines that match the specified selector.

(codeBlock): string

PrismCodeBlock

string