Issue 67: Creole markup with manual [[WikiLinks]] is weird double-linked
http://code.google.com/p/django-wikiapp/issues/detail?id=67

New issue report by ysamlan:
Normal inline WikiWords get linkified, but using brackets to linkify
something that's already a WikiWord (eg [[WikiWord]]) results in it being
linkified by both the Creole parser *and* the wikiwordifier regex, which is
wrong and looks pretty bad.

To reproduce:
1. Create a Creole entry with contents like "Check out [[AnArticle]] on
SomeThing!"

Should return:
Check out <a href="../AnArticle/">AnArticle</a> on <a
href="../SomeThing/">SomeThing</a>!

Instead:
Check out <a href="<a href="../AnArticle/">AnArticle</a>"><a
href="../AnArticle/">AnArticle</a></a> on <a
href="../SomeThing/">SomeThing</a>!
(That is, it wikiwordifies the wikiword *inside* the href that Creoleparser
generated).

I guess the wikiwordifier regex should not be matching WikiWords inside <a
href.*</a>, at least not after passing through Creoleparser.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to