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:
@@ -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>
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user