1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Update asciidoc.markdown

This commit is contained in:
Ryan Mavilia
2016-01-17 03:55:54 -05:00
parent 08b430d215
commit 0bd64705a8

View File

@@ -50,17 +50,17 @@ 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>
```