Skip to content

Commit c202cca

Browse files
committed
also use gfm header generation in test and debug configuraitons
Signed-off-by: hoijui <[email protected]>
1 parent 9742f7d commit c202cca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.json.example

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"db": {
44
"dialect": "sqlite",
55
"storage": ":memory:"
6-
}
6+
},
7+
"linkifyHeaderStyle": "gfm"
78
},
89
"development": {
910
"loglevel": "debug",
@@ -13,7 +14,8 @@
1314
"db": {
1415
"dialect": "sqlite",
1516
"storage": "./db.codimd.sqlite"
16-
}
17+
},
18+
"linkifyHeaderStyle": "gfm"
1719
},
1820
"production": {
1921
"domain": "localhost",

0 commit comments

Comments
 (0)