UNPKG

remove-markdown

Version:
12 lines (10 loc) 274 B
declare function removeMd(md: string, options?: { stripListLeaders?: boolean; listUnicodeChar?: string; gfm?: boolean; useImgAltText: boolean; abbr?: boolean; replaceLinksWithURL?: boolean; htmlTagsToSkip?: string[]; }): string; export = removeMd;