[PATCH] Escape asciidoc's built-in em-dash replacement
authorYasushi SHOJI <yashi@atmark-techno.com>
Sun, 11 Sep 2005 17:29:10 +0000 (02:29 +0900)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Sep 2005 17:51:36 +0000 (10:51 -0700)
commite1ccf53a60657930ae7892387736c8b6a91ec610
tree8757764549bc6e034e21d29da780b946c39ee760
parent2c865d9aa7b9c3511f901b2544b667c5188f510e
[PATCH] Escape asciidoc's built-in em-dash replacement

AsciiDoc replace '--' with em-dash (&#8212) by default. em-dash
looks a lot like a single long dash and it's very confusing when
we are talking about command options.

Section 21.2.8 'Replacements' of AsciiDoc's User Guide says that a
backslash in front of double dash prevent the replacement.  This
patch does just that.

Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/cvs-migration.txt
Documentation/diffcore.txt
Documentation/hooks.txt
Documentation/tutorial.txt