Skip to content

Commit c30c43c

Browse files
bk2204gitster
authored andcommitted
Documentation: fix misrender of pretty-formats in Asciidoctor
Neither the AsciiDoc nor the Asciidoctor documentation specify whether the same number of delimiter characters must be used to end a block as to begin it, although both sets of documentation show exactly matching pairs. AsciiDoc allows mismatches, but AsciiDoctor apparently does not. Adjust the pretty formats documentation to use matching pairs to prevent a misrendering where the remainder of the document was rendered as a listing block. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 331b51d commit c30c43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pretty-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ would show something like this:
9090
The author of fe6e0ee was Junio C Hamano, 23 hours ago
9191
The title was >>t4119: test autocomputing -p<n> for traditional diff input.<<
9292

93-
--------
93+
-------
9494
+
9595
The placeholders are:
9696

0 commit comments

Comments
 (0)