From e715eebba8be301409170820858ca5b5bc32962b Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Thu, 14 Sep 2017 17:39:26 +0300 Subject: [PATCH] Explicitly use the highlight plugin for gitbook This makes the syntax highlighting work correctly. --- book.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.json b/book.json index 699430ea..aa1f4270 100644 --- a/book.json +++ b/book.json @@ -1,6 +1,6 @@ { "root": "doc", - "plugins": ["editlink", "github"], + "plugins": ["editlink", "github", "highlight"], "pluginsConfig": { "editlink": { "base": "https://github.com/metosin/reitit/tree/master/doc",