Skip to content

Commit 3798050

Browse files
bk2204gitster
authored andcommitted
Documentation: render revisions correctly under Asciidoctor
When creating a literal block from an indented block without any sort of delimiters, Asciidoctor strips off all leading whitespace, resulting in a misrendered chart. Use an explicit literal block to indicate to Asciidoctor that we want to keep the leading whitespace. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 743e63f commit 3798050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/revisions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ Here are a handful of examples using the Loeliger illustration above,
345345
with each step in the notation's expansion and selection carefully
346346
spelt out:
347347

348+
....
348349
Args Expanded arguments Selected commits
349350
D G H D
350351
D F G H I J D F
@@ -367,3 +368,4 @@ spelt out:
367368
= B ^B^1 ^B^2 ^B^3
368369
= B ^D ^E ^F B
369370
F^! D = F ^I ^J D G H D F
371+
....

0 commit comments

Comments
 (0)