From 381297c95c7446182e90e459cd0257a8fc86b4cf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 29 Dec 2020 12:24:04 +0100 Subject: Improved CSS classes for page content, added proper ref list macro, build scripts load and watch Pandoc filters automatically --- filters/links_to_refs.lua | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 filters/links_to_refs.lua (limited to 'filters/links_to_refs.lua') diff --git a/filters/links_to_refs.lua b/filters/links_to_refs.lua deleted file mode 100644 index f19a0f9..0000000 --- a/filters/links_to_refs.lua +++ /dev/null @@ -1,3 +0,0 @@ -function Link (el) - return { pandoc.Span(el.content), pandoc.Note { pandoc.Plain(pandoc.Link(el.content, el.target, el.title)) } } -end -- cgit v1.2.3-54-g00ecf