From 39fd3accaef7d8923eea2c715e822fa43a63c74c Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 27 May 2020 13:25:12 +0200 Subject: Remove unneded import in filter --- filters/anchored-h.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'filters') 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 - -- cgit v1.2.3