Could it be also work to have two backslashes to disable the special behaviour of that one? I cannot test it now, but it would be the right way to do it, I think. 2007/8/10, Junio C Hamano <gitster@xxxxxxxxx>: > This hides the backslash at the end of line from AsciiDoc > toolchain by introducing a trailing whitespace on one line in an > illustration in git-rev-parse.txt. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > --- > > * Obviously this needs to be applied without --whitespace=strip > > Documentation/git-rev-parse.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt > index eea9c9c..4b4d229 100644 > --- a/Documentation/git-rev-parse.txt > +++ b/Documentation/git-rev-parse.txt > @@ -224,7 +224,7 @@ left-to-right. > G H I J > \ / \ / > D E F > - \ | / \ > + \ | / \ > \ | / | > \|/ | > B C > > - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html