aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
diff options
context:
space:
mode:
authorhttp://gmcmanus.myopenid.com/ <http://gmcmanus.myopenid.com/@web>2008-07-24 06:39:04 -0400
committerJoey Hess <joey@kitenet.net>2008-07-24 06:39:04 -0400
commitaf8e847c7b572cf1c8a18bf9fe14b7172058fd5c (patch)
tree61651806b87190c90cfed907aeb89763271ac2d2 /doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
parent4e8877d7b34450a22014f1e790bbee97b7828152 (diff)
downloadikiwiki-af8e847c7b572cf1c8a18bf9fe14b7172058fd5c.tar
ikiwiki-af8e847c7b572cf1c8a18bf9fe14b7172058fd5c.tar.gz
markdown bugs demonstrated
Diffstat (limited to 'doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn')
-rw-r--r--doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn b/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
index a361ae965..875de48c8 100644
--- a/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
+++ b/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
@@ -9,3 +9,21 @@ compare:
It seems putting a '+' in there throws it. Maybe it's a markdown bug, or maybe the obfuscation markdown applies to email-links is being caught by the HTML sanitizer.
-- [[JonDowland]]
+
+> It's a markdown bug. For some reason, markdown doesn't recognize the email with a '+' as an email:
+>
+> $ echo '<a+b@c.org>' | markdown
+> <p><a+b@c.org></p>
+>
+> htmlscrubber then (rightly) removes this unknown tag.
+>
+> But I've noticed some other Text::Markdown bugs that, even with htmlscrubber, produce
+> [ill-formed (X)HTML](http://validator.w3.org/check?uri=http%3A%2F%2Fikiwiki.info%2Fbugs%2Fmarkdown_bug%3A_email_escaping_and_plus_addresses%2F).
+> (View the markdown source of this page.)
+>
+> --Gabriel
+
+<tt>
+
+-
+>