Greetings,

MediaWiki, in its grandmotherly kindness, automatically converts plain
text unmarked URLs like "http://google.com"; into "<a
href="http://google.com"; class="external free" title="http://google.com";
rel="nofollow">http://google.com</a> when rendering.  Is there any
sensible way to disable this?  I couldn't find a public configuration
option for this, although these are apparently a subtype of magic links(*)
and I'd be happy to disable magic links completely if need be.  Commenting
out "$text = $this->doMagicLinks( $text );" or stabbing at the regexp in
said function in Parser.php works, but, eww.

(*) http://www.mediawiki.org/wiki/Markup_spec/BNF/Magic_links

Cheers,
-jani



_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to