summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorSheogorath2019-10-23 21:18:57 +0200
committerGitHub2019-10-23 21:18:57 +0200
commit7a27579589a739e66edc08528c20d32e7a9d7aaf (patch)
treeca04f1debba564b36e89fd37b63a2e1bdc61e97a /config.json.example
parent3db757754f02ecd874b4750ee2f7d735222ce641 (diff)
parente654ca8a3130108a6616131e35524d8f50d80ed0 (diff)
Merge pull request #205 from hoijui/linkifyHeaderStyle
Allow to generate lower case header references through the config
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index f627fadb..e3bd54b4 100644
--- a/config.json.example
+++ b/config.json.example
@@ -123,6 +123,7 @@
{
"connectionString": "change this",
"container": "change this"
- }
+ },
+ "linkifyHeaderStyle": "gfm"
}
}