summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRyan Mavilia <ryanmavilia@gmail.com>2016-01-17 03:55:54 -0500
committerRyan Mavilia <ryanmavilia@gmail.com>2016-01-17 03:55:54 -0500
commit0bd64705a8096ed1ad808653bd88f1372533dd47 (patch)
tree3bf74c0a663032c08a05e93c085b481797121c62
parent08b430d2158bc93043385ba77fccb6af4fe77d50 (diff)
Update asciidoc.markdown
-rw-r--r--asciidoc.markdown14
1 files changed, 7 insertions, 7 deletions
diff --git a/asciidoc.markdown b/asciidoc.markdown
index d6cfeca0..b98d0fa9 100644
--- a/asciidoc.markdown
+++ b/asciidoc.markdown
@@ -45,22 +45,22 @@ v1.0, 2016-01-13
This article about chips is going to be fun.
```
-Section Titles
+Section Titles
```asciidoc
= Level 0 (may only be used in document's header)
-== Level 1 <h2>
+== Same as <h2>
-=== Level 2 <h3>
+=== Same as <h3>
-==== Level 3 <h4>
+==== Same as <h4>
-===== Level 4 <h5>
+===== Same as <h5>
-====== Level 5 <h6>
+====== Same as <h6>
-======= Level 6 <h7>
+======= Same as <h7>
```