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
After migrating to MDX v2 in #712, code blocks miss the copy and wrap functionality.
For wrapping, this might help: https://stackoverflow.com/questions/62178921/updating-parent-component-state-from-child-component-with-usestate-react-hook
Notes from #739
Perhaps check this code: https://github.com/zslabs/zslabs-v3
Solution with line wrap and numbering: https://stackoverflow.com/a/41354764/9902555
Helpful guide: https://dev.to/fidelve/the-definitive-guide-for-using-prismjs-in-gatsby-4708
Best practices?: https://www.sitepoint.com/best-practice-for-code-examples/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
After migrating to MDX v2 in #712, code blocks miss the copy and wrap functionality.
For wrapping, this might help: https://stackoverflow.com/questions/62178921/updating-parent-component-state-from-child-component-with-usestate-react-hook
Notes from #739
Perhaps check this code: https://github.com/zslabs/zslabs-v3
Solution with line wrap and numbering: https://stackoverflow.com/a/41354764/9902555
Helpful guide: https://dev.to/fidelve/the-definitive-guide-for-using-prismjs-in-gatsby-4708
Best practices?: https://www.sitepoint.com/best-practice-for-code-examples/
The text was updated successfully, but these errors were encountered: