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
In Django's admin page, I preview the sample code after using it. The code is not highlighted.
This is the picture in the input box
This is a preview of the rendering
The text was updated successfully, but these errors were encountered:
Same for me. Did you find a solution?
Sorry, something went wrong.
Apparently advcode plugin for Tinymce is a premium paid feature, which you can only acquire if you purchase a $30 a month "Essentials" package.
Solved it by applying highlights.js JavaScript at the top of my template like this:
highlights.js
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/styles/default.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script>
No branches or pull requests
In Django's admin page, I preview the sample code after using it. The code is not highlighted.
This is the picture in the input box
This is a preview of the rendering
The text was updated successfully, but these errors were encountered: