Help:HTML in wikitext: Difference between revisions

Content deleted Content added
Undid revision 1066293280 by EthanGaming7640 (talk). wrong meaning
HTML entities: <source> is deprecated in favour of <syntaxhighlight>
Line 376:
===== HTML entities =====
 
{{tag|pre|o}} parses [[Character encodings in HTML|HTML entities]]. If you want to escape this, replace <code>&</code> with <code>&amp;amp;</code>, or use {{xtag|sourcesyntaxhighlight|params = lang="text"}} instead.
 
{{markup