diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-19 13:59:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-19 13:59:31 -0400 |
commit | 9b9ecda62f893a2109ccdb6bcdb2358f217f7fef (patch) | |
tree | 3e0d30d26fa1b6dcc34a76992079b3c5166049d0 /doc/bugs | |
parent | 6e7ae22ed22e1dc94d41203de5ddda9fac75edac (diff) |
htmlscrubber: Do not scrub url anchors that contain colons.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/htmlscrubber_breaks_multimarkdown_footnotes.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/htmlscrubber_breaks_multimarkdown_footnotes.mdwn b/doc/bugs/htmlscrubber_breaks_multimarkdown_footnotes.mdwn index a00ced4c5..343037b45 100644 --- a/doc/bugs/htmlscrubber_breaks_multimarkdown_footnotes.mdwn +++ b/doc/bugs/htmlscrubber_breaks_multimarkdown_footnotes.mdwn @@ -11,3 +11,8 @@ enabled, the links are created but their hrefs are empty (so they do not actuall Disabling the htmlscrubber plugin fixes this issue [[!tag multimarkdown htmlscrubber]] + +> href was of the form: #fnref:1 , scrubbed by overzealous protocol +> scrubbing. + +[[done]] --[[Joey]] |