-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
chore(docs): include additionalLanguages
for Prism
#14636
chore(docs): include additionalLanguages
for Prism
#14636
Conversation
✅ Deploy Preview for jestjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
"@docusaurus/plugin-client-redirects": "3.0.0-rc.0", | ||
"@docusaurus/plugin-pwa": "3.0.0-rc.0", | ||
"@docusaurus/preset-classic": "3.0.0-rc.0", | ||
"@docusaurus/remark-plugin-npm2yarn": "3.0.0-rc.0", | ||
"clsx": "^2.0.0", | ||
"docusaurus-remark-plugin-tab-blocks": "^2.0.0-rc.0", | ||
"prism-react-renderer": "^2.1.0", |
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.
Used here:
jest/website/src/prism/themeLight.js
Line 8 in 881675d
const {themes} = require('prism-react-renderer'); |
"@docusaurus/core": "^3.0.0-beta.0", | ||
"@docusaurus/core": "3.0.0-rc.0", |
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.
Or was it left like this on purpose?
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.
not on purpose 👍
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Following up #14629
Summary
Docusaurus upgrade guide is mentioning that new version of
react-prism-render
does not include as many languages as before. It suggested adding those via config: https://docusaurus.io/docs/next/migration/v3#prism-react-renderer-v20Currently missing highlighting can be seen in Getting Start page (bash, json) and upgrading guide page (diff).
Test plan
Deploy preview.