summaryrefslogtreecommitdiff
path: root/filters/anchored-h.lua
diff options
context:
space:
mode:
Diffstat (limited to 'filters/anchored-h.lua')
-rw-r--r--filters/anchored-h.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/anchored-h.lua b/filters/anchored-h.lua
index 7d80121..bc77da6 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