From 2f7d357af47c5946085aafdd9c3df64a081e0a25 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 28 May 2020 16:12:10 +0200 Subject: Update project for ToC filter --- filters/anchored-h.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters') diff --git a/filters/anchored-h.lua b/filters/anchored-h.lua index bc77da6..7d80121 100644 --- a/filters/anchored-h.lua +++ b/filters/anchored-h.lua @@ -1,6 +1,6 @@ if FORMAT:match 'html' then function Header(el) - local l = pandoc.Link("", "#"..el.identifier) + local l = pandoc.Link("ΒΆ", "#"..el.identifier) l.classes[1]="anchor" el.content[#el.content+1] = pandoc.Space() el.content[#el.content+1] = l -- cgit v1.2.3