draft-js-prism-plugin
draft-js-prism-plugin copied to clipboard
Add syntax highlighting support to your DraftJS editor
🚨 Your current dependencies have known security vulnerabilities 🚨 This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge...
Hi, I face a serious issue using the prism-plugin. I can't get any syntax highlighting ... Any suggestion would be very, very appreciated :) Thank you in advance, Here is...
I find it difficult to make this to work. Prism js requires the below structure ``` ``` But when inserting 'code-block' in draftjs, we are getting only 'pre' tags and...
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
Right now you have to type \`\`\`\ to get highlighting in \. We should somehow auto-detect which language is used and highlight based on that. /cc @ngs