Difference between revisions of "WikiSyntax"

From Adam Meola - wiki
Jump to navigation Jump to search
Line 1: Line 1:
=text goes here=
+
=h1 example header=
h1
 
 
code: <code>=text goes here=</code>
 
code: <code>=text goes here=</code>
  
h2
+
==h2 example header==
==text goes here==
+
code: <code>==h2 example header==</code>
  
h3
+
===h3 example header===
==text goes here==
+
code: <code>===h3 example header===</code>
  
h4
+
====h4 example header====
==text goes here==
+
code: <code>====h4 example header====</code>
  
h5
+
=====h5 example header=====
==text goes here==
+
code: <code>====h4 example header====</code>
 
 
 
 
The code:
 

Revision as of 20:28, 29 August 2020

h1 example header

code: =text goes here=

h2 example header

code: ==h2 example header==

h3 example header

code: ===h3 example header===

h4 example header

code: ====h4 example header====

h5 example header

code: ====h4 example header====