How do you write a link containing a closing bracket in markdown syntax?

后端 未结 3 1313
余生分开走
余生分开走 2021-01-01 14:37

Markdown syntax for a link is pretty simple:

[Example](http://example.com/)

produces:

Example

3条回答
  •  旧巷少年郎
    2021-01-01 15:39

    You don't have to scape it at all.

    On GitHub, I've just done the following without any problems:

    [Slowloris](https://en.wikipedia.org/wiki/Slowloris_(computer_security))
    

    Actually, even here you can use it directly, as you can see here.

提交回复
热议问题