Skip to content

Commit c4d2f61

Browse files
Martin Ågrengitster
Martin Ågren
authored andcommitted
user-manual.txt: render ASCII art correctly under Asciidoctor
This commit is similar to 3798050 ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dba3734 commit c4d2f61

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Documentation/user-manual.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,15 +1831,17 @@ pull from that repository. So the flow of changes, in a situation
18311831
where there is one other developer with a public repository, looks
18321832
like this:
18331833

1834-
you push
1835-
your personal repo ------------------> your public repo
1836-
^ |
1837-
| |
1838-
| you pull | they pull
1839-
| |
1840-
| |
1841-
| they push V
1842-
their public repo <------------------- their repo
1834+
....
1835+
you push
1836+
your personal repo ------------------> your public repo
1837+
^ |
1838+
| |
1839+
| you pull | they pull
1840+
| |
1841+
| |
1842+
| they push V
1843+
their public repo <------------------- their repo
1844+
....
18431845

18441846
We explain how to do this in the following sections.
18451847

0 commit comments

Comments
 (0)