I'm new to GitBook and I am trying to make the syntax highlight work as expected for some JavaScript lines of code.
I noticed that there is a plugin store in the editor. I enabled a plugin called highlight
but it's not doing it's job.
I searched in the documentation for this, but I couldn't find anything related.
This book has the syntax highlighting enabled and working:
https://gitbookio.gitbooks.io/javascript/content/basics/comments.html
book.json
{
"plugins": [
"highlight"
],
"pluginsConfig": {}
}
How can I do the same?