Line 1:
Line 1:
This will show you how to use basic Markup (Formatting).
This will show you how to use basic Markup (Formatting).
+
+
== Headings ===
+
This will make text bigger and/or more distinct.
+
<pre>= Heading Text Size 1 (Largest) =</pre>
+
<pre>== Heading Text Size 2 ==</pre>
+
<pre>=== Heading Text Size 3 Bold ===</pre>
+
<pre>==== Heading Text Size 4 Bold ====</pre>
+
<pre>===== Heading Text Size 5 Bold (Smallest) =====</pre>
+
will output (in order)
+
= Heading Text Size 1 (Largest) =
+
== Heading Text Size 2 ==
+
=== Heading Text Size 3 ===
+
==== Heading Text Size 4 (Smallest) ====
+
===== Heading Text Bold =====
=== Bold ===
=== Bold ===
This makes text more thicker, which can be used to emphasize parts of an article.
This makes text more thicker, which can be used to emphasize parts of an article.