author | Yasushi SHOJI <yashi@atmark-techno.com> | |
Sun, 11 Sep 2005 17:29:10 +0000 (02:29 +0900) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 11 Sep 2005 17:51:36 +0000 (10:51 -0700) | ||
commit | e1ccf53a60657930ae7892387736c8b6a91ec610 | |
tree | 8757764549bc6e034e21d29da780b946c39ee760 | tree | snapshot |
parent | 2c865d9aa7b9c3511f901b2544b667c5188f510e | commit | diff |
[PATCH] Escape asciidoc's built-in em-dash replacement
AsciiDoc replace '--' with em-dash (—) 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>
AsciiDoc replace '--' with em-dash (—) 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 | diff | blob | history | |
Documentation/diffcore.txt | diff | blob | history | |
Documentation/hooks.txt | diff | blob | history | |
Documentation/tutorial.txt | diff | blob | history |