Jump to content

Help:Syntax: Difference between revisions

From SeptemWiki
No edit summary
Line 23: Line 23:
| The "strike" tag
| The "strike" tag
| <pre><strike>Strikethru</strike></pre>
| <pre><strike>Strikethru</strike></pre>
|-
| <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki>
| The "nowiki" tag
| <nowiki><nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki></nowiki>
|}
|}

Revision as of 16:09, 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'''''
Strikethru The "strike" tag
<strike>Strikethru</strike>
''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>