author | J. Bruce Fields <bfields@citi.umich.edu> | |
Sun, 11 Mar 2007 03:38:13 +0000 (22:38 -0500) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Sun, 11 Mar 2007 04:05:01 +0000 (23:05 -0500) | ||
commit | 1dc71a9155e209ed4da866eeb7c3064e4568532e | |
tree | 6c3d0d7af3620d9d73414c96de42d4eb6e10d57c | tree | snapshot |
parent | ed4eb0d8f3560c20a3b8eefefdcaae4d864743c6 | commit | diff |
user-manual: fix rendering of history diagrams
Asciidoc appears to interpret a backslash at the end of a line as
escaping the end-of-line character, which screws up the display of
history diagrams like
o--o--o
\
o--...
The obvious fix (replacing "\" by "\\") doesn't work. The only
workaround I've found is to include all such diagrams in a LiteralBlock.
Asciidoc claims that should be equivalent to a literal paragraph, so I
don't understand why the difference--perhaps it's an asciidoc bug.
Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Asciidoc appears to interpret a backslash at the end of a line as
escaping the end-of-line character, which screws up the display of
history diagrams like
o--o--o
\
o--...
The obvious fix (replacing "\" by "\\") doesn't work. The only
workaround I've found is to include all such diagrams in a LiteralBlock.
Asciidoc claims that should be equivalent to a literal paragraph, so I
don't understand why the difference--perhaps it's an asciidoc bug.
Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt | diff | blob | history |