diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-05-28 16:12:10 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-05-28 16:12:10 +0200 |
commit | 2f7d357af47c5946085aafdd9c3df64a081e0a25 (patch) | |
tree | 18fec384cbf1b6875849c05a68424a5135fedaa0 /filters | |
parent | f4afc91c0785cb112bc507b0450f86278ad1cc2a (diff) |
Update project for ToC filter
Diffstat (limited to 'filters')
-rw-r--r-- | filters/anchored-h.lua | 2 |
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 |