mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
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
This commit is contained in:
commit
c24e0e7751
@ -49,7 +49,7 @@ EXAMPLES
|
||||
|
||||
Given the following noisy input with '$' indicating the end of a line:
|
||||
|
||||
--------
|
||||
---------
|
||||
|A brief introduction $
|
||||
| $
|
||||
|$
|
||||
@ -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$
|
||||
@ -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$
|
||||
|
Loading…
Reference in New Issue
Block a user