diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-28 09:54:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-28 09:54:24 +0000 |
commit | d46688672cf4f6bf5c464e88e564e79b5e606469 (patch) | |
tree | e2b7eeb0d1dbcc15057c701a7819e3dd17d1ce22 /doc | |
parent | 9c7466206e64be4c7ae0edc96589dbe7e24ec48e (diff) | |
download | ikiwiki-d46688672cf4f6bf5c464e88e564e79b5e606469.tar ikiwiki-d46688672cf4f6bf5c464e88e564e79b5e606469.tar.gz |
web commit by http://a1fie.livejournal.com/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 000000000..84da4cf69 --- /dev/null +++ b/doc/bugs/parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn @@ -0,0 +1,3 @@ +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 |