From 6b913a572130b1b4246bfa501f1fecf41d8aeee5 Mon Sep 17 00:00:00 2001 From: hoijui Date: Tue, 29 Oct 2019 09:59:42 +0100 Subject: also use gfm header generation in test and debug configuraitons Signed-off-by: hoijui --- config.json.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example index e3bd54b4..0366c3b2 100644 --- a/config.json.example +++ b/config.json.example @@ -3,7 +3,8 @@ "db": { "dialect": "sqlite", "storage": ":memory:" - } + }, + "linkifyHeaderStyle": "gfm" }, "development": { "loglevel": "debug", @@ -13,7 +14,8 @@ "db": { "dialect": "sqlite", "storage": "./db.codimd.sqlite" - } + }, + "linkifyHeaderStyle": "gfm" }, "production": { "domain": "localhost", -- cgit v1.2.3