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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
brian m. carlson committed
May 6, 2018 at 20:42 UTC
379805051d3aae54f011eec429c07ce93daf8194
1 file changed
+2
Documentation/revisions.txt
+2
@@ -345,6 +345,7 @@ Here are a handful of examples using the Loeliger illustration above,
345
with each step in the notation's expansion and selection carefully
346
spelt out:
347
348
+....
349
Args Expanded arguments Selected commits
350
D G H D
351
D F G H I J D F
@@ -367,3 +368,4 @@ spelt out:
368
= B ^B^1 ^B^2 ^B^3
369
= B ^D ^E ^F B
370
F^! D = F ^I ^J D G H D F
371
+....