summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>
```