mdast-util-mdx-jsx
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "mdast-util-mdx-jsx", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "mdast extension to parse and serialize MDX or MDX.js JSX", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"mdast-util-to-markdown": "^0.5.0", | ||
"mdast-util-to-markdown": "^0.6.0", | ||
"parse-entities": "^2.0.0", | ||
@@ -38,0 +38,0 @@ "stringify-entities": "^3.1.0", |
@@ -172,2 +172,5 @@ # mdast-util-mdx-jsx | ||
this extension configures [`mdast-util-to-markdown`][to-markdown] with | ||
`fences: true` and `resourceLink: true` too, do not overwrite them! | ||
## Syntax tree | ||
@@ -174,0 +177,0 @@ |
@@ -11,2 +11,5 @@ exports.handlers = { | ||
exports.fences = true | ||
exports.resourceLink = true | ||
mdxElement.peek = peekElement | ||
@@ -13,0 +16,0 @@ |
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
23616
296
405
+ Addedmdast-util-to-markdown@0.6.5(transitive)
- Removedmdast-util-to-markdown@0.5.4(transitive)