From 5e4dbdee248e7fbd26385b8632d0297af9602402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Mon, 21 Sep 2015 16:19:42 +0200 Subject: [PATCH] Disable auto code highlighting (language should be specified) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92211e977..fe7457925 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "fs-extra": "0.16.5", "fstream-ignore": "1.0.2", "gitbook-parsers": "0.8.2", - "gitbook-plugin-highlight": "1.0.1", + "gitbook-plugin-highlight": "1.0.2", "nunjucks": "mozilla/nunjucks#dc89bf91611a2101731c2c06afcf5c32160b4dc9", "nunjucks-autoescape": "1.0.0", "nunjucks-filter": "1.0.0",