aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/asciidoc.conf
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2006-07-14 16:36:00 -0700
committerJunio C Hamano <junkio@cox.net>2006-07-14 16:36:00 -0700
commita3e65d74ee7ec9e6f49de7688a1cdac052910bd4 (patch)
tree0fee3c72e3b687212243af070e12373ddab048c1 /Documentation/asciidoc.conf
parentc7543ce0be5609df8123f88ac75a06c1bda98f0e (diff)
downloadgit-a3e65d74ee7ec9e6f49de7688a1cdac052910bd4.tar.gz
Documentation/urls.txt: Use substitution to escape square brackets
This changes "[user@]" to use {startsb} and {endsb} to insert [ and ], similar to how {caret} is used in git-rev-parse.txt. [jc: Removed a well-intentioned comment that broke the final formatting from the original patch. While we are at it, updated the paragraph that claims to be equivalent to the section that was updated earlier without making matching changes.] Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/asciidoc.conf')
-rw-r--r--Documentation/asciidoc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
index 7ce71510de..8196d787ab 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -9,6 +9,8 @@
[attributes]
caret=^
+startsb=&#91;
+endsb=&#93;
ifdef::backend-docbook[]
[gitlink-inlinemacro]