Skip to content

Commit 8ebb93f

Browse files
author
samanthadrago
committed
add note about url encoding to markdown doc
1 parent 99c8635 commit 8ebb93f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/guides/markdown.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ An example below:
2222
"alert_type": "info"
2323
}
2424
</pre>
25+
26+
Note: if you are embedding a link in a Markdown block, make sure the URL is encoded properly.
27+
28+
For example, the following url: "http://catchpoint.com/session_id:123456"
29+
30+
Should be encoded to: "http://catchpoint.com/session_id%3A123456"

0 commit comments

Comments
 (0)