We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fd1c4 commit 72a68c1Copy full SHA for 72a68c1
pandoc_filters/remove_md_links.lua
@@ -1,5 +1,5 @@
1
function Link(el)
2
- if string.match(el.target, "%.md$") then
+ if string.match(el.target, "%.md$") or string.match(el.target, "%.md#") then
3
return el.content
4
else
5
return el
0 commit comments