Open TheEnigmaBlade opened 10 years ago
Isn't this the issue where you simply need to double escape something?
If you want links in your selection box, you will need to put a forward slash '\' in front of every bracket, except for the closing parenthesis ')', as having the \ in there messes up the link.
<option>\[Option 1\]\(http://www.reddit.com)</option>
I guess we could do a check for markdown between option tags and escape stuff... Not sure if that is really needed though.
Where are we on this? If it's a bug it need confirmed and a milestone.
For an example, here's a shortened version of the /r/leagueoflegends removal reasons:
The link to the subreddit rules at the end is included in the commented/PM'd removal reason, but all links in option tags are not included.