mdast-util-mdx-jsx
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "mdast-util-mdx-jsx", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "mdast extension to parse and serialize MDX or MDX.js JSX", | ||
@@ -50,3 +50,3 @@ "license": "MIT", | ||
"tape": "^5.0.0", | ||
"xo": "^0.35.0" | ||
"xo": "^0.36.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "scripts": { |
@@ -19,5 +19,5 @@ # mdast-util-mdx-jsx | ||
You probably should use either `micromark-extension-mdx` with `mdast-util-mdx` | ||
or `micromark-extension-mdxjs` with `mdast-util-mdxjs` (which both include this | ||
package) to support all of MDX or MDX.js. | ||
You probably should use either [`micromark-extension-mdx`][mdx] or | ||
[`micromark-extension-mdxjs`][mdxjs] with [`mdast-util-mdx`][mdast-util-mdx] | ||
(which both include this package) to support all of MDX (or MDX.js). | ||
Or use it all through `remark-mdx` or `remark-mdxjs` (**[remark][]**). | ||
@@ -315,6 +315,4 @@ | ||
— mdast serializer to create markdown from mdast | ||
* `syntax-tree/mdast-util-mdx` | ||
* [`syntax-tree/mdast-util-mdx`][mdast-util-mdx] | ||
— mdast utility to support all of MDX | ||
* `syntax-tree/mdast-util-mdxjs` | ||
— mdast utility to support all of MDX.js | ||
* [`micromark/micromark`][micromark] | ||
@@ -389,2 +387,8 @@ — the smallest commonmark-compliant markdown parser that exists | ||
[mdx]: https://github.com/micromark/micromark-extension-mdx | ||
[mdxjs]: https://github.com/micromark/micromark-extension-mdxjs | ||
[mdast-util-mdx]: https://github.com/syntax-tree/mdast-util-mdx | ||
[quote]: https://github.com/syntax-tree/mdast-util-to-markdown#optionsquote | ||
@@ -391,0 +395,0 @@ |
@@ -6,2 +6,7 @@ exports.handlers = { | ||
exports.unsafe = [ | ||
{character: '<', inConstruct: ['phrasing']}, | ||
{atBreak: true, character: '<'} | ||
] | ||
mdxElement.peek = peekElement | ||
@@ -8,0 +13,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
23425
294
402