We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am creating this ticket for v2 after discussing with @endiliey to start the discussion (ping @langpavel).
Extend docusaurus.config.js so users can easily add/remove prismjs syntax highlighting languages.
docusaurus.config.js
Currently:
Should be implemented so that:
The solution could be something like:
package.json
CodeBlock
The text was updated successfully, but these errors were encountered:
Closing this request based on received feedback; will not be implemented as swizzling the code block is a proper alternative.
Sorry, something went wrong.
Wow, I had no idea this was being worked on. Amazing surprise 🎉
All thanks to @lex111 who does all the amazing work!
Successfully merging a pull request may close this issue.
I am creating this ticket for v2 after discussing with @endiliey to start the discussion (ping @langpavel).
🚀 Feature
Extend
docusaurus.config.js
so users can easily add/remove prismjs syntax highlighting languages.Motivation
Currently:
Pitch
Should be implemented so that:
Pre-discussed
The solution could be something like:
package.json
CodeBlock
component already falls back to "plain" if the language is not available, possibly no changes needed thereThe text was updated successfully, but these errors were encountered: