ここでこの問題の詳細な回答と洞察を見つけました
ここにスニペットがあります
1. Bare - http://example.com/test(1).html
2. Bare, encoded - http://example.com/test%281%29.html
3. Delimited - <http://example.com/test(1).html>
4. Hyperlink - with <a href="http://example.com/test(1).html">parens</a>
5. Markdown Link #1 - with [parens][1]
6. Markdown Link #1 - with [parens at end][2]
7. Markdown Link #2 - with [parens](http://example.com/test(1).html)
8. Markdown Link #2 - with [parens at end](http://example.com/test(1))
- ベア - http://example.com/test(1).html
- 裸、エンコード - http://example.com/test%281%29.html
- 区切られた - http://example.com/test(1).html
- ハイパーリンク -括弧付き
- マークダウン リンク #1 -括弧付き
- Markdown Link #1 -最後に括弧付き
- マークダウン リンク #2 -括弧付き
- Markdown Link #2 -最後に括弧付き