diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-18 18:47:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-18 18:47:40 +0000 |
commit | 34dc9b18d9bcb9852cb95f77aaad881e4d00ee74 (patch) | |
tree | 681fb31fdbd17e3b808d238826a2830e79fd3067 | |
parent | 96f1a15fefd67a4a81601e6e24c29bdf1607c4d4 (diff) |
web commit by JoshTriplett: Add setext headers.
-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: |