diff options
-rw-r--r-- | doc/helponformatting.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/helponformatting.mdwn b/doc/helponformatting.mdwn index 4a0fba01e..875aed9f4 100644 --- a/doc/helponformatting.mdwn +++ b/doc/helponformatting.mdwn @@ -32,6 +32,21 @@ size of the header: ##### ##### h5 ###### ###### h6 +You can also make the first two levels of heading by underlining text with +equals or dash: + +heading 1 +========= + + heading 1 + ========= + +heading 2 +--------- + + heading 2 + --------- + To create a horizontal rule, just write three or more dashes or stars on their own line: |