summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filters/anchored-h.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/filters/anchored-h.lua b/filters/anchored-h.lua
index f5cb125..7d80121 100644
--- a/filters/anchored-h.lua
+++ b/filters/anchored-h.lua
@@ -1,4 +1,3 @@
-pandoc.utils = require 'pandoc.utils'
if FORMAT:match 'html' then
function Header(el)
local l = pandoc.Link("ΒΆ", "#"..el.identifier)
@@ -8,4 +7,3 @@ if FORMAT:match 'html' then
return el
end
end
-