Help:Syntax: Difference between revisions
Appearance
No edit summary |
|||
Line 26: | Line 26: | ||
| <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki> | | <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki> | ||
| The "nowiki" tag | | The "nowiki" tag | ||
| < | | <pre><nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki></pre> | ||
|} | |} |
Revision as of 16:10, 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> | |
''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed'' | The "nowiki" tag | ''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed'' |