aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-28 20:10:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-28 20:10:21 +0000
commit7c65bc0b5410a5b00cff73f044a21dd538cdc1d1 (patch)
tree7a2dd25742a23ba4a999c9b0202ddc60c4d4355a /doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn
parentfb0eab1e3259f19bb3c8a8d6f815c276c95dae44 (diff)
downloadikiwiki-7c65bc0b5410a5b00cff73f044a21dd538cdc1d1.tar
ikiwiki-7c65bc0b5410a5b00cff73f044a21dd538cdc1d1.tar.gz
comment
Diffstat (limited to 'doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn')
-rw-r--r--doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn b/doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn
index 84da4cf69..7f108ff12 100644
--- a/doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn
+++ b/doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn
@@ -1,3 +1,9 @@
When having a link to e.g. http://www.chumba.com/media/Chumbawamba-EnoughIsEnough.mp3 inside an anquor tag ikiwiki seems to parse EnoughIsEnough as WikiWord and breaks the link with that. As a general rule I would suggest that inside tags there should never be any WikiWord parsing, this is just asking for problems.
-You can see an example of the breakage on <http://wiki.debian-community.org/planets/de/> - scroll down to the Chumbawamba entry. \ No newline at end of file
+You can see an example of the breakage on <http://wiki.debian-community.org/planets/de/> - scroll down to the Chumbawamba entry.
+
+>> There's a great workaround for this bug: Disable the
+>> [[plugins/camelcase]] plugin. :-)
+>>
+>> The fix involves modifying its regexp to look for surrounding brackets.
+>> --[[Joey]]