0.0.2 • Published 3 years ago

gatsby-plugin-matix-string-mdx v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

gatsby-plugin-matix-string-mdx

The goal of this plugin is to create nodes as compiled html from an input string. There is already the plugin gatsby-plugin-mdx which does exactly this but works for an mdx file only. Often, we use mdx format as strings like in the case of the markdown widget and apart from using mdx-js/runtime or mdx-scoped-components, which are super heavy, I haven't found any other solution.