Difference between revisions of "WikiSyntax"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "h1 =text goes here= h2 ==text goes here== h3 ==text goes here== h4 ==text goes here== h5 ==text goes here==")
 
Line 13: Line 13:
 
h5
 
h5
 
==text goes here==
 
==text goes here==
 +
 +
 +
The code:
 +
<code>
 +
h1
 +
=text goes here=
 +
 +
h2
 +
==text goes here==
 +
 +
h3
 +
==text goes here==
 +
 +
h4
 +
==text goes here==
 +
 +
h5
 +
==text goes here==
 +
</code>

Revision as of 20:17, 29 August 2020

h1

text goes here

h2

text goes here

h3

text goes here

h4

text goes here

h5

text goes here

The code: h1

text goes here

h2

text goes here

h3

text goes here

h4

text goes here

h5

text goes here