summaryrefslogtreecommitdiffstats
path: root/filters/links_to_refs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'filters/links_to_refs.lua')
-rw-r--r--filters/links_to_refs.lua3
1 files changed, 0 insertions, 3 deletions
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 @@
1function Link (el)
2 return { pandoc.Span(el.content), pandoc.Note { pandoc.Plain(pandoc.Link(el.content, el.target, el.title)) } }
3end