Difference between revisions of "WikiSyntax"

From Adam Meola - wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=text goes here=
+
=h1 Headers and h1 example header=
h1
+
<code>=h1 Headers and h1 example header=</code>
code:
 
  
<code>
+
==h2 example header==
=text goes here=
+
<code>==h2 example header==</code>
</code>
 
  
 +
===h3 example header===
 +
<code>===h3 example header===</code>
  
h2
+
====h4 example header====
==text goes here==
+
<code>====h4 example header====</code>
  
h3
+
=====h5 example header=====
==text goes here==
+
<code>====h4 example header====</code>
 
 
h4
 
==text goes here==
 
 
 
h5
 
==text goes here==
 
 
 
 
 
The code:
 

Latest revision as of 20:30, 29 August 2020

h1 Headers and h1 example header

=h1 Headers and h1 example header=

h2 example header

==h2 example header==

h3 example header

===h3 example header===

h4 example header

====h4 example header====

h5 example header

====h4 example header====