highlight.js plugin for django CMS 3.0
The full documentation is at http://djangocms-highlightjs.rtfd.org.
Install djangocms-highlightjs:
pip install djangocms-highlightjs
Add to INSTALLED_APPS:
'djangocms_highlightjs',
Update the database schema:
$ python manage migrate djangocms_highlightjs
Add "highlight.js code" plugin to your placeholders
- Use highlight.js to do syntax highlighting on provided code