From 9763ea03164f983d77051a84609dcae80885b1c0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 12 Nov 2021 20:39:46 +0100 Subject: Improved page --- filters/common_actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters') diff --git a/filters/common_actions.lua b/filters/common_actions.lua index 8383ada..cfe2d58 100644 --- a/filters/common_actions.lua +++ b/filters/common_actions.lua @@ -22,7 +22,7 @@ function Header(el) if el.level <= 3 and el.identifier ~= '' then el.content:insert(pandoc.Space()) el.content:insert(pandoc.Link(pandoc.RawInline('html', - ''), + ''), '#' .. el.identifier, nil, { class = 's-headlines__link' })) end -- cgit v1.2.3-54-g00ecf