You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-skill-annotation-language.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,9 @@ There are several characters that have a special meaning and need to be escaped
110
110
111
111
| Escape sequence | Special meaning (usage in path syntax) | Example |
112
112
|---|---|
113
-
|~0| Used for escaping `~`| "~0" where "~/documents" becomes "~0~1documents"|
114
-
|~1| Used for escaping `/`| "~1" where "~/documents" becomes "~0~1documents" |
115
-
|~2| Used for generically to escape arbitrary sequences (including but not limited to `#` and `*`) | "~2#~2" where "readme#requirements" becomes "readme~2#~2requirements" |
113
+
|`~0`| Used for escaping `~`| "~0" for `~`, where "~/documents" becomes "~0~1documents"|
114
+
|`~1`| Used for escaping `/`| "~1" for `/`, where "~/documents" becomes "~0~1documents" |
115
+
|`~2`| Used for generically to escape arbitrary sequences (including but not limited to `#` and `*`) | "~2#~2" where "readme#requirements" becomes "readme~2#~2requirements" |
0 commit comments