diff options
author | hoijui | 2019-10-21 22:10:06 +0200 |
---|---|---|
committer | hoijui | 2019-10-22 09:05:37 +0200 |
commit | e654ca8a3130108a6616131e35524d8f50d80ed0 (patch) | |
tree | e3e54724c3c55a5ce79e33482f09201e62b31a73 /config.json.example | |
parent | 20adab2f32a785c2dedcd42ee8e0750039fd9dd9 (diff) |
Allow to generate lower case header references through the config
This makes the references consistent/compatible with GitHub,
GitLab, Pandoc and many other tools.
This behavior can be enabled in config.json with:
```
"linkifyHeaderStyle": "gfm"
```
Signed-off-by: hoijui <hoijui.quaero@gmail.com>
Diffstat (limited to 'config.json.example')
-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" } } |