mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Explicitly use the highlight plugin for gitbook
This makes the syntax highlighting work correctly.
This commit is contained in:
parent
ba8513970b
commit
e715eebba8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"root": "doc",
|
||||
"plugins": ["editlink", "github"],
|
||||
"plugins": ["editlink", "github", "highlight"],
|
||||
"pluginsConfig": {
|
||||
"editlink": {
|
||||
"base": "https://github.com/metosin/reitit/tree/master/doc",
|
||||
|
|
|
|||
Loading…
Reference in a new issue