Explicitly use the highlight plugin for gitbook

This makes the syntax highlighting work correctly.
This commit is contained in:
Miikka Koskinen 2017-09-14 17:39:26 +03:00
parent ba8513970b
commit e715eebba8

View file

@ -1,6 +1,6 @@
{ {
"root": "doc", "root": "doc",
"plugins": ["editlink", "github"], "plugins": ["editlink", "github", "highlight"],
"pluginsConfig": { "pluginsConfig": {
"editlink": { "editlink": {
"base": "https://github.com/metosin/reitit/tree/master/doc", "base": "https://github.com/metosin/reitit/tree/master/doc",