Added my site, even though it's in an early state
[ikiwiki.git] / doc / bugs / htmlscrubber_breaks_multimarkdown_footnotes.mdwn
blob343037b456044024076ff39d8fd3da36d1afa0f5
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:
4     This line has a footnote[^1]
5     
6     [^1]: this is the footnote
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
13 [[!tag multimarkdown htmlscrubber]]
15 > href was of the form: #fnref:1 , scrubbed by overzealous protocol
16 > scrubbing.
18 [[done]] --[[Joey]]