Fossil SCM
Restore end-of-line spaces used to demonstrate mid-paragraph line break in markdown.md. Line spaces were removed by [23895c7b99] which appeared to clean house on end-of-line whitespace in addition to its documented purpose.
Commit
1e491f6cc5b2c32b0ed49a56954ae170864cdc9f14a87dc237458f8b50ce0096
Parent
6f69ccdc6983195…
1 file changed
+1
-1
+1
-1
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | # Markdown Overview # |
| 2 | 2 | |
| 3 | 3 | ## Paragraphs ## |
| 4 | 4 | |
| 5 | -> Paragraphs are divided by blank lines. | |
| 5 | +> Paragraphs are divided by blank lines. | |
| 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 | 11 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -1,10 +1,10 @@ | |
| 1 | # Markdown Overview # |
| 2 | |
| 3 | ## Paragraphs ## |
| 4 | |
| 5 | > Paragraphs are divided by blank lines. |
| 6 | > End a line with two or more spaces to force a mid-paragraph line break. |
| 7 | |
| 8 | ## Headings ## |
| 9 | |
| 10 | > |
| 11 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -1,10 +1,10 @@ | |
| 1 | # Markdown Overview # |
| 2 | |
| 3 | ## Paragraphs ## |
| 4 | |
| 5 | > Paragraphs are divided by blank lines. |
| 6 | > End a line with two or more spaces to force a mid-paragraph line break. |
| 7 | |
| 8 | ## Headings ## |
| 9 | |
| 10 | > |
| 11 |