Installation
npm install --save @types/remove-markdown
Summary
This package contains type definitions for remove-markdown (https://github.com/stiang/remove-markdown).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remove-markdown.
index.d.ts
export = RemoveMarkdown;
/**
* Strip Markdown formatting from text
* @param markdown Markdown text
*/
declare function RemoveMarkdown(markdown: string, options?: {
stripListLeaders?: boolean | undefined;
listUnicodeChar?: string | undefined;
gfm?: boolean | undefined;
useImgAltText?: boolean | undefined;
}): string;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Muhammad Ragib Hasin.