Difference between revisions of "WikiSyntax"

From Adam Meola - wiki
Jump to navigation Jump to search
 
(4 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>
 
=text goes here=
 
</code>
 
h2
 
==text goes here==
 
  
h3
+
==h2 example header==
==text goes here==
+
<code>==h2 example header==</code>
  
h4
+
===h3 example header===
==text goes here==
+
<code>===h3 example header===</code>
  
h5
+
====h4 example header====
==text goes here==
+
<code>====h4 example header====</code>
  
 
+
=====h5 example header=====
The code:
+
<code>====h4 example header====</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====