Difference between revisions of "Help:Markup"

Jump to navigation Jump to search
;<code>&lt;nowiki&gt;</code> Tag
: Surround the text with <code>&lt;nowiki&gt;</code> and <code>&lt;/nowiki&gt;</code> to ignore markup.
: <nowikicode><nowiki>''<small>''small, italic text''</small>''</nowiki></nowikicode> produces <nowikismall>''<small>small, italic text</small>''</nowiki> instead of ''<small>small, italic text</small>''.
: <code><nowiki><nowiki><small>''small, italic text''</small></nowiki></nowiki></code> produces <nowiki><small>''small, italic text''</small></nowiki>.
 
;<code>&lt;pre&gt;</code> Tag
: It behaves the same as <code>&lt;nowiki&gt;</code>, but also allows mono-spaced font and preserves spacing.
 
[[Category: Help|{{PAGENAME}}]]