Content deleted Content added
m →Permitted HTML: fixed an html link example that wouldn't have made sense anyway |
m fixing my own mistake |
||
Line 105:
E.g., element "a" is not allowed, and the wikitext
<a href="<nowiki>http://meta.wikimedia.org/wiki/Main_Page</nowiki>">Main Page</a>
produces the HTML code
&lt;a href="<nowiki>http://meta.wikimedia.org/wiki/Main_Page</nowiki>"&gt;Main Page&lt;/a&gt;
which renders as the wikitext, not working as a link.
|