user-manual.txt: render ASCII art correctly under Asciidoctor
commitc4d2f6143a14a8ca3da307e10325ff9c27902db2
authorMartin Ågren <martin.agren@gmail.com>
Sun, 22 Sep 2019 11:57:59 +0000 (22 13:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Sep 2019 08:39:34 +0000 (28 17:39 +0900)
treea8aa701ef1434ec1207db90ddead42f51251da12
parentdba3734103e781bcf8c43db9c23acca4568521ae
user-manual.txt: render ASCII art correctly under Asciidoctor

This commit is similar to 379805051d ("Documentation: render revisions
correctly under Asciidoctor", 2018-05-06) and is a no-op with AsciiDoc.

When creating a literal block from an indented block without any sort of
delimiters, Asciidoctor strips off all leading whitespace, resulting in
a misrendered ASCII drawing. Use an explicit literal block to indicate
to Asciidoctor that we want to keep the leading whitespace. Drop the
common indentation for all lines to make this a no-op with AsciiDoc.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt