rare cases []() doesn't work
404 - November 1, 2006 - 06:26
| Project: | Markdown with SmartyPants |
| Version: | 4.7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | teradome |
| Status: | won't fix |
Jump to:
Description
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?:)

#1
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.