]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/htmlscrubber_breaks_multimarkdown_footnotes.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / bugs / htmlscrubber_breaks_multimarkdown_footnotes.mdwn
1 I enabled multimarkdown to make use of footnotes in my file. I have the multimarkdown plugin,
2 as well as the command-line program. If I write a document with footnotes:
3
4     This line has a footnote[^1]
5     
6     [^1]: this is the footnote
7
8 and compile it from the cli, the reference becomes a link to the footnote and the footnote
9 gets a backreferencing link appended. When compiled in ikiwiki with the goodstuff plugin
10 enabled, the links are created but their hrefs are empty (so they do not actually act as links).
11 Disabling the htmlscrubber plugin fixes this issue
12
13 [[!tag multimarkdown htmlscrubber]]
14
15 > href was of the form: #fnref:1 , scrubbed by overzealous protocol
16 > scrubbing.
17
18 [[done]] --[[Joey]]