remark-directive-rehype
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "remark-directive-rehype", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Remark plugin to enable Markdown directives to be parsed as HTML.", | ||
@@ -34,5 +34,6 @@ "keywords": [ | ||
"hastscript": "^7.0.2", | ||
"unist-util-map": "^3.0.0" | ||
"unist-util-map": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/unist": "^2.0.6", | ||
"mdast-util-directive": "^2.1.1", | ||
@@ -46,3 +47,3 @@ "mdast-util-from-markdown": "^1.0.4", | ||
}, | ||
"packageManager": "yarn@^1.22.17" | ||
"packageManager": "yarn@1.22.19" | ||
} |
@@ -24,3 +24,3 @@ # remark-directive-rehype | ||
convert Markdown directives into HTML tags that can be outputted as components with | ||
[remark-markdown][]. | ||
[react-markdown][]. | ||
@@ -27,0 +27,0 @@ ## Installation |
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
7032
5
Updatedunist-util-map@^3.1.1