From 4c7c8d2d02231843b5ee4d200a74a856b43ab51c Mon Sep 17 00:00:00 2001 From: othree Date: Mon, 21 Mar 2011 17:15:14 +0800 Subject: [PATCH] escape --- syntax.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/syntax.md b/syntax.md index 137c0d1..c1336c9 100644 --- a/syntax.md +++ b/syntax.md @@ -1215,6 +1215,11 @@ formatting syntax. For example, if you wanted to surround a word with literal asterisks (instead of an HTML `` tag), you can use backslashes before the asterisks, like this: +Markdown 可以利用反斜線來插入一些在語法中有其他意義的符號,例如: +如果你想要用星號加在文字旁邊的方式來做出強調效果(但是不是用 `` 標籤), +你可以在星號的前面加上反斜線: + + \*literal asterisks\* Markdown provides backslash escapes for the following characters: @@ -1232,6 +1237,8 @@ Markdown provides backslash escapes for the following characters: . dot ! exclamation mark +Markdown 支援在下面這些符號前面加上反斜線來幫助插入普通的符號: + \ 反斜線 ` 反引號 * 星號