Closed
Bug 640379
Opened 14 years ago
Closed 6 years ago
nowiki syntax not fully implemented
Categories
(support.mozillamessaging.com Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jenzed, Unassigned)
References
Details
The <nowiki> tag should prevent the parser from automatically generating a link. See http://www.mediawiki.org/wiki/Help:Links#How_to_avoid_auto-links. On kitsune, however, it does not work for external links. For example, both "http://mediawiki.org" and "<nowiki>http://mediawiki.org</nowiki>" generate linked text.
<nowiki> seems to be correctly implemented for links to pages within the same site. For example, <nowiki>[[Another Page]]</nowiki> generates the unlinked text "[[Another Page]]".
Comment 1•14 years ago
|
||
<nowiki> in the current parser doesn't know anything our custom extensions, and external URLs are linkified after wiki markup is processed.
Updated•14 years ago
|
Updated•14 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•