Add documentation on how to add a highlight.js for additional syntax highlighting support

This commit is contained in:
Tobias Naumann 2023-01-02 15:02:52 +01:00
parent 41a6f0d43e
commit 7bc25e3672
1 changed files with 6 additions and 1 deletions

View File

@ -63,12 +63,17 @@ your own `highlight.js` file:
- xml - xml
- yaml - yaml
If you want to support another set of languages for syntax highlighting,
you can download a "Custom package" from their website, rename the
`highlight.min.js` to `highlight.js` and move it into the `theme` folder of your
book.
## Custom theme ## Custom theme
Like the rest of the theme, the files used for syntax highlighting can be Like the rest of the theme, the files used for syntax highlighting can be
overridden with your own. overridden with your own.
- ***highlight.js*** normally you shouldn't have to overwrite this file, unless - ***highlight.js*** normally you shouldn't have to overwrite this file, unless
you want to use a more recent version. you want to use a more recent version or support additional languages.
- ***highlight.css*** theme used by highlight.js for syntax highlighting. - ***highlight.css*** theme used by highlight.js for syntax highlighting.
If you want to use another theme for `highlight.js` download it from their If you want to use another theme for `highlight.js` download it from their