diff --git a/book-example/book/format/theme.html b/book-example/book/format/theme.html index cba996a9..5e08d08f 100644 --- a/book-example/book/format/theme.html +++ b/book-example/book/format/theme.html @@ -42,7 +42,7 @@ and now that file will be used instead of the default file.

Note:

When you overwrite a file, it is possible that you break some functionality. Therefore I recommend to use the file from the default theme as template and only add / modify what you need. In the future you will be able to copy the default theme into your source directory automatically by using mdbook init --theme.

Syntax Highlighting

-

For syntax highlighting I use Highlight.js with the Monokai Sublime theme as default. +

For syntax highlighting I use Highlight.js with modified theme. But if you want a different theme, just put a highlight.css file in your theme folder and your theme will be used.