Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
The double sanitizing is being done by a tweak I made to the javascript editor. See http://meta.stackexchange.com/questions/3085/auto-encode-weird-symbols-in-urls. The problem is that the server side implementation of markdown chokes on unencoded weird characters, so it's really important to encode them. I suppose the right thing to do is to modify the editor to only encode things that aren't already encoded. Does somebody know the right way to do this? If no, I'll try to come up with something.
By the way, the editor will only mess with your URL if you create the link by clicking the link button or typing CTRL+L. You can always get the URL exactly as you like it by typing
[link text](http://the/url/goes.here)
Hum, a question: if I just paste the URL directly with neither the link button nor the link text syntax above, which behaviour is triggered? I ask because in comments, for example, there is no option to click the link button.
1 to 3 of 3