summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorSheogorath2019-12-03 14:40:00 +0100
committerGitHub2019-12-03 14:40:00 +0100
commit33150b79c7a4c3ba456afdadb31c709b3be18980 (patch)
treee8f4be1a385a70336830e1851ab86d7d9fb686a5 /config.json.example
parent2ddec15af8e77fcad85e62ee8c0b6eccefc52405 (diff)
parentad1a2fb19c842ea5e4cb46a24989ce95b2041902 (diff)
Merge pull request #218 from hoijui/linkifyHeaderStyle
Linkify header style
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example6
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",