1.0.1 ⢠Published 3 years ago
@igor.dvlpr/strip-headings v1.0.1
StripHeadings
āø Strips Markdown headings! š¹
⨠Install
Install it by running:
npm i "@igor.dvlpr/strip-headings"šµš¼āāļø Usage
function stripHeadings(value: string): stringStrips Markdown headings completely.
value: string - the Markdown string to process.
returns - the processed string.
function stripHeadingsCode(value: string): stringStrips only the Markdown code while keeping the heading text.
value: string - the Markdown string to process.
returns - the processed string.