Posted by 404 on November 1, 2006 at 6:26am
Jump to:
| Project: | Markdown with SmartyPants |
| Version: | 4.7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | teradome |
| Status: | closed (won't fix) |
Issue Summary
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
#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.