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==")
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
h1
+
=h1 Headers and h1 example header=
=text goes here=
+
<code>=h1 Headers and h1 example header=</code>
  
h2
+
==h2 example header==
==text goes here==
+
<code>==h2 example header==</code>
  
h3
+
===h3 example header===
==text goes here==
+
<code>===h3 example header===</code>
  
h4
+
====h4 example header====
==text goes here==
+
<code>====h4 example header====</code>
  
h5
+
=====h5 example header=====
==text goes here==
+
<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====