OLD | NEW |
(Empty) | |
| 1 = Header 1 = |
| 2 == Header 2 == |
| 3 === Header 3 === |
| 4 ==== Header 4 ==== |
| 5 ===== Header 5 ===== |
| 6 ====== Header 6 ====== |
| 7 |
| 8 ---------------------------------------------------- |
| 9 |
| 10 [ |
| 11 ["heading", [ |
| 12 ["punctuation", "="], ["important", " Header 1 "], ["punctuation
", "="] |
| 13 ]], |
| 14 ["heading", [ |
| 15 ["punctuation", "=="], ["important", " Header 2 "], ["punctuatio
n", "=="] |
| 16 ]], |
| 17 ["heading", [ |
| 18 ["punctuation", "==="], ["important", " Header 3 "], ["punctuati
on", "==="] |
| 19 ]], |
| 20 ["heading", [ |
| 21 ["punctuation", "===="], ["important", " Header 4 "], ["punctuat
ion", "===="] |
| 22 ]], |
| 23 ["heading", [ |
| 24 ["punctuation", "====="], ["important", " Header 5 "], ["punctua
tion", "====="] |
| 25 ]], |
| 26 ["heading", [ |
| 27 ["punctuation", "======"], ["important", " Header 6 "], ["punctu
ation", "======"] |
| 28 ]] |
| 29 ] |
| 30 |
| 31 ---------------------------------------------------- |
| 32 |
| 33 Checks for titles. |
OLD | NEW |