diff options
author | Sheogorath | 2019-12-03 14:40:00 +0100 |
---|---|---|
committer | GitHub | 2019-12-03 14:40:00 +0100 |
commit | 33150b79c7a4c3ba456afdadb31c709b3be18980 (patch) | |
tree | e8f4be1a385a70336830e1851ab86d7d9fb686a5 /config.json.example | |
parent | 2ddec15af8e77fcad85e62ee8c0b6eccefc52405 (diff) | |
parent | ad1a2fb19c842ea5e4cb46a24989ce95b2041902 (diff) |
Merge pull request #218 from hoijui/linkifyHeaderStyle
Linkify header style
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 6 |
1 files changed, 4 insertions, 2 deletions
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", |