Help:Syntax: Difference between revisions
Appearance
No edit summary |
|||
Line 26: | Line 26: | ||
| <pre>Preformatted text</pre> | | <pre>Preformatted text</pre> | ||
| The "pre" tag | | The "pre" tag | ||
| <pre> | | <pre><pre>Preformatted text</pre></pre> | ||
|- | |- | ||
| <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki> | | <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki> |
Revision as of 16:12, 19 March 2016
This is a handy guide to the most common bits of Wiki syntax you may want to use.
Basic text formatting markup
Desired Result | Description | Example |
---|---|---|
Italic Text | Two single quotes on each side | ''Italic Text'' |
Bold Text | Three single quotes on each side | '''Bold Text''' |
Bold and Italic | Five single quotes on each side | '''''Bold and Italic''''' |
The "strike" tag | <strike>Strikethru</strike> | |
Preformatted text |
The "pre" tag | <pre>Preformatted text</pre> |
''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed'' | The "nowiki" tag | <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki> |