@nlux/markdown
Advanced tools
Comparing version 2.13.2 to 2.14.0
@@ -29,9 +29,3 @@ type Highlighter = (input: string, language: string) => string; | ||
}; | ||
type SnapshotParser = (snapshot: string, options?: { | ||
syntaxHighlighter?: HighlighterExtension; | ||
htmlSanitizer?: SanitizerExtension; | ||
markdownLinkTarget?: 'blank' | 'self'; | ||
showCodeBlockCopyButton?: boolean; | ||
skipStreamingAnimation?: boolean; | ||
}) => string; | ||
type SnapshotParser = (snapshot: string, options?: SnapshotParserOptions) => string; | ||
@@ -38,0 +32,0 @@ declare const parseMdSnapshot: SnapshotParser; |
{ | ||
"name": "@nlux/markdown", | ||
"version": "2.13.2", | ||
"version": "2.14.0", | ||
"description": "A lightweight and fast markdown parser used by nlux that can be used to parse markdown text streams into DOM.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
128165
514