From e79e0dc39aa7ee960a90a00e7e1187aeb82bdc17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:13:32 +0200 Subject: [PATCH] fixed anchors & auto-linking within readme --- tools/gfm.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/gfm.rb b/tools/gfm.rb index e52fb7d2..da52240e 100644 --- a/tools/gfm.rb +++ b/tools/gfm.rb @@ -5,7 +5,10 @@ github_pre_lang: true, unsafe: true }, - extension: { footnotes: true } + extension: { + header_ids: "", + footnotes: true + } }, plugins: { syntax_highlighter: nil }) \ No newline at end of file