21 packages
next-mdx-remote-client
A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.
recma-escape-missing-components
Recma plugin to set the default value `() => null` for the Components in MDX in case of missing or not provided.
recma-mdx-change-imports
It is a recma plugin which converts import declarations for assets and media with relative links into variable declarations with string URLs in the compiled MDX source
recma-mdx-change-props
This recma plugin changes the 'props' parameter into '_props' in the function '_createMdxContent'; and makes appropriate changes in order to be able to use the expression containing for example {props.foo} in the mdx.
recma-mdx-escape-missing-components
Recma plugin to set the default value `() => null` for the Components in MDX in case of missing or not provided.
recma-mdx-html-override
Recma plugin to allow selected raw HTML elements to be overridden via MDX components.
recma-mdx-import-media
Recma plugin to turn media relative paths into import declarations for both markdown and html syntax in MDX
recma-mdx-import-react
Recma plugin to ensure getting `React` instance from the arguments and to make the runtime props `{React, jsx, jsxs, jsxDev, Fragment}` is available in the dynamically imported components in the compiled source of MDX.
recma-mdx-interpolate
Recma plugin to enable interpolation of identifiers wrapped in curly braces within the `alt`, `src`, `href`, and `title` attributes of markdown link and image syntax in MDX
rehype-code-meta
Rehype plugin to copy 'code.data.meta' to 'code.properties.metastring'