author | Andrew Ruder <andy@aeruder.net> | |
Thu, 19 Apr 2007 03:03:31 +0000 (22:03 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 19 Apr 2007 05:08:03 +0000 (22:08 -0700) | ||
commit | c91ee2714ecd01594cf2feef57157098dc486590 | |
tree | c8636570687b49f4d9c7b714bcc4fe4a66e575d1 | tree | snapshot |
parent | 6b04600a34a89241e7b1eb344667c8146a5dc99e | commit | diff |
Fix unmatched emphasis tag in git-tutorial
In asciidoc 7.1.2 and prior there is no obvious way to get:
'add'ing
to emphasize only the "add", instead it treats the first apostrophe as the
beginning of an emphasis, and the second apostrophe as a regular
apostrophe and makes the rest of the line an emphasis since there is no
closing apostrophe. In the newer asciidoc you can do it pretty easily
with __add__ing but I'm not sure it would be best to make that a prereq
for something as silly as this.
Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
In asciidoc 7.1.2 and prior there is no obvious way to get:
'add'ing
to emphasize only the "add", instead it treats the first apostrophe as the
beginning of an emphasis, and the second apostrophe as a regular
apostrophe and makes the rest of the line an emphasis since there is no
closing apostrophe. In the newer asciidoc you can do it pretty easily
with __add__ing but I'm not sure it would be best to make that a prereq
for something as silly as this.
Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt | diff | blob | history |