From e654ca8a3130108a6616131e35524d8f50d80ed0 Mon Sep 17 00:00:00 2001 From: hoijui Date: Mon, 21 Oct 2019 22:10:06 +0200 Subject: 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 --- config.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json.example') 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" } } -- cgit v1.2.3