-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make short codes function conditional. #1088
Make short codes function conditional. #1088
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mdx/mdx/gkhnv9lln |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
😻😻😻
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - #24595 (comment) - mdx-js/mdx#1088
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - #24595 (comment) - mdx-js/mdx#1088
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - gatsbyjs/gatsby#24595 (comment) - mdx-js/mdx#1088
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - gatsbyjs/gatsby#24595 (comment) - mdx-js/mdx#1088
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - gatsbyjs/gatsby#24595 (comment) - mdx-js/mdx#1088
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - gatsbyjs/gatsby#24595 (comment) - mdx-js/mdx#1088
* Make short codes function conditional. * Fix failing tests Co-authored-by: John Otander <[email protected]>
* Make short codes function conditional. * Fix failing tests Co-authored-by: John Otander <[email protected]>
Starting in version 1.6.16, the makeShortcode function is only added to compiled MDX when it is needed. This caused the gatsby-plugin-mdx snapshots to fall out of date. MDX is no bumped to 1.6.16 with the snapshots updated. Related: - gatsbyjs/gatsby#24595 (comment) - mdx-js/mdx#1088
Closes #721