Fossil SCM
Show all possible heading styles in Markdown reference. Expand table example to more closely resemble typical usage.
Commit
02403f0647b16c007f08d279573ec408e8d685e992882ab26c04f2fc53a0ea73
Parent
493e3bade9ae8dc…
1 file changed
+15
-8
+15
-8
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -6,15 +6,20 @@ | ||
| 6 | 6 | > End a line with two or more spaces to force a mid-paragraph line break. |
| 7 | 7 | |
| 8 | 8 | ## Headings ## |
| 9 | 9 | |
| 10 | 10 | > |
| 11 | - # Top-level Heading Alternative Top Level Heading | |
| 12 | - # Top-level Heading Variant # ============================= | |
| 11 | + # Top Level Heading Alternative Top Level Heading | |
| 12 | + # Top Level Heading Variant # ============================= | |
| 13 | +> | |
| 14 | + ## 2nd Level Heading Alternative 2nd Level Heading | |
| 15 | + ## 2nd Level Heading Variant ## ----------------------------- | |
| 13 | 16 | > |
| 14 | - ## Second-level Heading Alternative 2nd Level Heading | |
| 15 | - ## Second-level Heading Variant ## ----------------------------- | |
| 17 | + ### 3rd Level Heading ### 3rd Level Heading Variant ### | |
| 18 | + #### 4th Level Heading #### 4th Level Heading Variant #### | |
| 19 | + ##### 5th Level Heading ##### 5th Level Heading Variant ##### | |
| 20 | + ###### 6th Level Heading ###### 6th Level Heading Variant ###### | |
| 16 | 21 | |
| 17 | 22 | ## Links ## |
| 18 | 23 | |
| 19 | 24 | > 1. **\[display text\]\(URL\)** |
| 20 | 25 | > 2. **\[display text\]\(URL "Title"\)** |
| @@ -75,14 +80,16 @@ | ||
| 75 | 80 | > code block. |
| 76 | 81 | |
| 77 | 82 | ## Tables ## |
| 78 | 83 | |
| 79 | 84 | > |
| 80 | - | Header 1 | Header 2 | Header 3 | | |
| 81 | - -------------------------------------------- | |
| 82 | - |:Left-aligned |:Centered :| Right-aligned:| | |
| 83 | - | | ← Blank → | | | |
| 85 | + | Header 1 | Header 2 | Header 3 | | |
| 86 | + ---------------------------------------------- | |
| 87 | + | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | |
| 88 | + |:Left-aligned |:Centered :| Right-aligned:| | |
| 89 | + | | ← Blank → | | | |
| 90 | + | Row 4 Col 1 | Row 4 Col 2 | Row 4 Col 3 | | |
| 84 | 91 | |
| 85 | 92 | > The first row is a header if followed by a horizontal rule or a blank line. |
| 86 | 93 | |
| 87 | 94 | > Placing **:** at the left, both, or right sides of a cell gives left-aligned, |
| 88 | 95 | > centered, or right-aligned text, respectively. By default, header cells are |
| 89 | 96 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -6,15 +6,20 @@ | |
| 6 | > End a line with two or more spaces to force a mid-paragraph line break. |
| 7 | |
| 8 | ## Headings ## |
| 9 | |
| 10 | > |
| 11 | # Top-level Heading Alternative Top Level Heading |
| 12 | # Top-level Heading Variant # ============================= |
| 13 | > |
| 14 | ## Second-level Heading Alternative 2nd Level Heading |
| 15 | ## Second-level Heading Variant ## ----------------------------- |
| 16 | |
| 17 | ## Links ## |
| 18 | |
| 19 | > 1. **\[display text\]\(URL\)** |
| 20 | > 2. **\[display text\]\(URL "Title"\)** |
| @@ -75,14 +80,16 @@ | |
| 75 | > code block. |
| 76 | |
| 77 | ## Tables ## |
| 78 | |
| 79 | > |
| 80 | | Header 1 | Header 2 | Header 3 | |
| 81 | -------------------------------------------- |
| 82 | |:Left-aligned |:Centered :| Right-aligned:| |
| 83 | | | ← Blank → | | |
| 84 | |
| 85 | > The first row is a header if followed by a horizontal rule or a blank line. |
| 86 | |
| 87 | > Placing **:** at the left, both, or right sides of a cell gives left-aligned, |
| 88 | > centered, or right-aligned text, respectively. By default, header cells are |
| 89 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -6,15 +6,20 @@ | |
| 6 | > End a line with two or more spaces to force a mid-paragraph line break. |
| 7 | |
| 8 | ## Headings ## |
| 9 | |
| 10 | > |
| 11 | # Top Level Heading Alternative Top Level Heading |
| 12 | # Top Level Heading Variant # ============================= |
| 13 | > |
| 14 | ## 2nd Level Heading Alternative 2nd Level Heading |
| 15 | ## 2nd Level Heading Variant ## ----------------------------- |
| 16 | > |
| 17 | ### 3rd Level Heading ### 3rd Level Heading Variant ### |
| 18 | #### 4th Level Heading #### 4th Level Heading Variant #### |
| 19 | ##### 5th Level Heading ##### 5th Level Heading Variant ##### |
| 20 | ###### 6th Level Heading ###### 6th Level Heading Variant ###### |
| 21 | |
| 22 | ## Links ## |
| 23 | |
| 24 | > 1. **\[display text\]\(URL\)** |
| 25 | > 2. **\[display text\]\(URL "Title"\)** |
| @@ -75,14 +80,16 @@ | |
| 80 | > code block. |
| 81 | |
| 82 | ## Tables ## |
| 83 | |
| 84 | > |
| 85 | | Header 1 | Header 2 | Header 3 | |
| 86 | ---------------------------------------------- |
| 87 | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | |
| 88 | |:Left-aligned |:Centered :| Right-aligned:| |
| 89 | | | ← Blank → | | |
| 90 | | Row 4 Col 1 | Row 4 Col 2 | Row 4 Col 3 | |
| 91 | |
| 92 | > The first row is a header if followed by a horizontal rule or a blank line. |
| 93 | |
| 94 | > Placing **:** at the left, both, or right sides of a cell gives left-aligned, |
| 95 | > centered, or right-aligned text, respectively. By default, header cells are |
| 96 |