Closed (won't fix)
Project:
Markdown with SmartyPants
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Nov 2006 at 06:26 UTC
Updated:
21 Dec 2006 at 18:31 UTC
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
Comment #1
teradome commentedThis 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.