Parentheses in links break formatting with Reddit's markdown scheme. Add a regex to find and escape these characters in links with backslashes.
Eg: http://warthunder.com/upload/image/800px-Fw_190_A-8(1).jpg should be formatted as [Image](http://warthunder.com/upload/image/800px-Fw_190_A-8\(1\).jpg) to prevent the link from breaking.
Parentheses in links break formatting with Reddit's markdown scheme. Add a regex to find and escape these characters in links with backslashes.
Eg:
http://warthunder.com/upload/image/800px-Fw_190_A-8(1).jpg
should be formatted as[Image](http://warthunder.com/upload/image/800px-Fw_190_A-8\(1\).jpg)
to prevent the link from breaking.