-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[MDX] Add Prism and Shiki support #4002
Conversation
🦋 Changeset detectedLatest commit: 7ab7794 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
if (key === 'className') { | ||
return markHTMLString(` class="${toAttributeString(value, shouldEscape)}"`); | ||
} | ||
|
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.
TODO: remove changes when blocking draft PR is ready!
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.
@bholmesdev should be good to remove this now!
@@ -134,6 +134,42 @@ const posts = await Astro.glob('./*.mdx'); | |||
))} | |||
``` | |||
|
|||
### Syntax highlighting |
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.
Tagging @sarah11918 for proofing!
Co-authored-by: Sarah Rainsberger <[email protected]>
YESSSSSSS, LETTTSS GOOOOOOO |
This reverts commit 07f4528.
Changes
shiki
is configuredprism
is configuredTesting
Test Shiki, Shiki config options, and Prism ->
mdx-syntax-highlighting.test.js
Docs
Add "Syntax Highlighting" section to README