summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboyned//Kampfkarren <boynedmaster@gmail.com>2019-11-04 16:14:38 -0800
committerGitHub <noreply@github.com>2019-11-04 16:14:38 -0800
commit29d8747e0144a3be3f379c1fe22962822dff490f (patch)
treecb23237abdcc18291d9c854734c67354b41a549c
parentf2cb601c1194257ae2dd66effaa2fc6ac72799c0 (diff)
Change erroneous syntax highlighting definition
Doing what it says results in: ``` 2019-11-04 16:13:15 [WARN] (mdbook::renderer::html_handlebars::hbs_renderer): Previous versions of mdBook erroneously accepted `./src/theme` as an automatic theme directory 2019-11-04 16:13:15 [WARN] (mdbook::renderer::html_handlebars::hbs_renderer): Please move your theme files to `./theme` for them to continue being used ```
-rw-r--r--book-example/src/format/theme/syntax-highlighting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book-example/src/format/theme/syntax-highlighting.md b/book-example/src/format/theme/syntax-highlighting.md
index 15392f41..42039cdd 100644
--- a/book-example/src/format/theme/syntax-highlighting.md
+++ b/book-example/src/format/theme/syntax-highlighting.md
@@ -22,7 +22,7 @@ overridden with your own.
If you want to use another theme for `highlight.js` download it from their
website, or make it yourself, rename it to `highlight.css` and put it in
-`src/theme` (or the equivalent if you changed your source folder)
+the `theme` folder of your book.
Now your theme will be used instead of the default theme.