I was trying to use []() to link to a attachment. a jpeg file.

here is the situation:

[这里查看大图](http://blog.fltrp.com/rijiben/files/flags(fix).jpg)

It doesn't work because the file name has a () . This is a very rare case, but I would like to know if anyone wants to fix it?:)

Comments

teradome’s picture

Assigned: Unassigned » teradome
Status: Active » Closed (won't fix)

This is most likely a limitation of Markdown.

Try formatting these sorts of URLs as

[这里查看大图](http://blog.fltrp.com/rijiben/files/flags\(fix\).jpg)

and see if it works -- otherwise you may need to manually enter the URL encoded values for those parentheses.