Skip to content

Commit c24e0e7

Browse files
committed
Merge branch 'jk/stripspace-asciidoctor-fix'
A literal block in the tutorial had lines with unequal lengths to delimit it from the rest of the document, which choke GitHub's AsciiDoc renderer. * jk/stripspace-asciidoctor-fix: doc: fix unmatched code fences in git-stripspace
2 parents 236794f + ad3967a commit c24e0e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-stripspace.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ EXAMPLES
4949

5050
Given the following noisy input with '$' indicating the end of a line:
5151

52-
--------
52+
---------
5353
|A brief introduction $
5454
| $
5555
|$
@@ -65,7 +65,7 @@ Given the following noisy input with '$' indicating the end of a line:
6565

6666
Use 'git stripspace' with no arguments to obtain:
6767

68-
--------
68+
---------
6969
|A brief introduction$
7070
|$
7171
|A new paragraph$
@@ -79,7 +79,7 @@ Use 'git stripspace' with no arguments to obtain:
7979

8080
Use 'git stripspace --strip-comments' to obtain:
8181

82-
--------
82+
---------
8383
|A brief introduction$
8484
|$
8585
|A new paragraph$

0 commit comments

Comments
 (0)