remove-markdown
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -1,13 +0,11 @@ | ||
declare module "remove-markdown" { | ||
export function removeMd(md: string, options?: { | ||
stripListLeaders?: boolean; | ||
listUnicodeChar?: string; | ||
gfm?: boolean; | ||
useImgAltText: boolean; | ||
abbr?: boolean; | ||
replaceLinksWithURL?: boolean; | ||
htmlTagsToSkip?: string[]; | ||
}): string; | ||
declare function removeMd(md: string, options?: { | ||
stripListLeaders?: boolean; | ||
listUnicodeChar?: string; | ||
gfm?: boolean; | ||
useImgAltText: boolean; | ||
abbr?: boolean; | ||
replaceLinksWithURL?: boolean; | ||
htmlTagsToSkip?: string[]; | ||
}): string; | ||
export = removeMd; | ||
} | ||
export = removeMd; |
{ | ||
"name": "remove-markdown", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Remove Markdown formatting from text", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,1 @@ | ||
![default workflow](https://github.com/stiang/remove-markdown/actions/workflows/default.yaml/badge.svg) | ||
## What is it? | ||
@@ -4,0 +2,0 @@ **remove-markdown** is a node.js module that will remove (strip) Markdown formatting from text. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17250
267
47