Template:Markup
Jump to navigation
Jump to search
Usage
This template can be used to compare source code and the way it renders on a wiki page. An example is below.
{{markup |<nowiki><b>Bold text</b></nowiki>|<b>Bold text</b> |<nowiki><i>Italic text</i></nowiki>|<i>Italic text</i> }}
produces:
Markup | Renders as |
---|---|
<b>Bold text</b> |
Bold text |
<i>Italic text</i> |
Italic text |