summaryrefslogtreecommitdiff
path: root/filters
diff options
context:
space:
mode:
Diffstat (limited to 'filters')
-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 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