Difference between revisions of "WikiSyntax"

From Adam Meola - wiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
The code:
 
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:18, 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: