diff options
author | Sheogorath | 2019-10-23 21:18:57 +0200 |
---|---|---|
committer | GitHub | 2019-10-23 21:18:57 +0200 |
commit | 7a27579589a739e66edc08528c20d32e7a9d7aaf (patch) | |
tree | ca04f1debba564b36e89fd37b63a2e1bdc61e97a /config.json.example | |
parent | 3db757754f02ecd874b4750ee2f7d735222ce641 (diff) | |
parent | e654ca8a3130108a6616131e35524d8f50d80ed0 (diff) |
Merge pull request #205 from hoijui/linkifyHeaderStyle
Allow to generate lower case header references through the config
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 3 |
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" } } |