-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(mdx-loader): upgrade to MDX v3 #9451
Conversation
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the deploy preview of this PR
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Size Change: 0 B Total Size: 1.13 MB ℹ️ View Unchanged
|
if (code2 === 37 && asciiAlphanumeric(value.charCodeAt(index + 1)) && asciiAlphanumeric(value.charCodeAt(index + 2))) { | ||
skip = 2; | ||
} else if (code2 < 128) { | ||
if (!/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(code2))) { |
Check warning
Code scanning / CodeQL
Overly permissive regular expression range
if (code2 === 37 && asciiAlphanumeric(value.charCodeAt(index + 1)) && asciiAlphanumeric(value.charCodeAt(index + 2))) { | ||
skip = 2; | ||
} else if (code2 < 128) { | ||
if (!/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(code2))) { |
Check warning
Code scanning / CodeQL
Overly permissive regular expression range
Breaking change
Motivation
MDX v3 is out, but Docusaurus v3 is around the corner.
It's a small release so let's see if we can include it or if we'll keep it for Docusaurus v4.
Test Plan
CI
Test links
https://deploy-preview-9451--docusaurus-2.netlify.app/