micromark-extension-mdx-jsx
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "micromark-extension-mdx-jsx", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "micromark extension to support MDX or MDX.js JSX", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"micromark": "~2.11.0", | ||
"micromark-extension-mdx-expression": "^0.1.1", | ||
"micromark-extension-mdx-expression": "^0.2.0", | ||
"vfile-message": "^2.0.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -20,3 +20,3 @@ # micromark-extension-mdx-jsx | ||
support all of MDX (or MDX.js). | ||
Or, use it through `remark-mdx` or `remark-mdxjs` (**[remark][]**). | ||
Or, use it through [`remark-mdx`][remark-mdx] (**[remark][]**). | ||
@@ -375,1 +375,3 @@ ## Install | ||
[acorn]: https://github.com/acornjs/acorn | ||
[remark-mdx]: https://github.com/mdx-js/mdx/tree/next/packages/remark-mdx |
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
49338
376
+ Addedmicromark-extension-mdx-expression@0.2.1(transitive)
- Removedmicromark-extension-mdx-expression@0.1.3(transitive)