Closed motleydev closed 5 years ago
Describe the bug After upgrading to the latest version of gatsby-mdx (1.0 support), remark-sectionize creates transform errors that look like the renderer isn't parsing content inside of the tags.
To Reproduce Run gatsby develop on this repo
gatsby develop
Expected behavior I'd expect the output html to wrap the h1 tag and the following paragraph tag into a wrapping section tag.
Additional context This worked with the previous version of mdx. The error is the same whether using the gatsbyRemarkPlugins or the remarkPlugins.
Describe the bug After upgrading to the latest version of gatsby-mdx (1.0 support), remark-sectionize creates transform errors that look like the renderer isn't parsing content inside of the tags.
To Reproduce Run
gatsby develop
on this repoExpected behavior I'd expect the output html to wrap the h1 tag and the following paragraph tag into a wrapping section tag.
Additional context This worked with the previous version of mdx. The error is the same whether using the gatsbyRemarkPlugins or the remarkPlugins.