Skip to content

Commit

Permalink
Merge branch 'jk/stripspace-asciidoctor-fix' into maint
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Jun 5, 2015
2 parents 96b7f93 + ad3967a commit 413a715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-stripspace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EXAMPLES

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

--------
---------
|A brief introduction $
| $
|$
Expand All @@ -65,7 +65,7 @@ Given the following noisy input with '$' indicating the end of a line:

Use 'git stripspace' with no arguments to obtain:

--------
---------
|A brief introduction$
|$
|A new paragraph$
Expand All @@ -79,7 +79,7 @@ Use 'git stripspace' with no arguments to obtain:

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

--------
---------
|A brief introduction$
|$
|A new paragraph$
Expand Down

0 comments on commit 413a715

Please sign in to comment.