Jump to content

Help:Syntax: Difference between revisions

From SeptemWiki
Created page with "This is a handy guide to the most common bits of Wiki syntax you may want to use. == Basic text formatting markup == {| class="wikitable" ! Desired Result ! Description ! Ex..."
 
Line 19: Line 19:
| Five single quotes on each side
| Five single quotes on each side
| <pre>'''''Bold and Italic'''''</pre>
| <pre>'''''Bold and Italic'''''</pre>
|-
| <strike>Strikethru</strike>
| The "strike" tag
| <pre><strike>Strikethru</strike></pre>
|}
|}

Revision as of 16:06, 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>