Links being formatted incorrectly within javascript json configs

EM client is formatting urls within json code. And I can’t preventing it stuffing it up. Its trying to format the urls into a tags for no reason. I had to try and paste as text. But its still no good as soon as I reply. 

here is example code

vrsources: [
// proxy source for Safari
{type: “application/x-mpegurl”, src:
http://domain/
<http://domain/vid>video/vr360/ejemplo/playlist.m3u8”}

],

It should be

vrsources: [
// proxy source for Safari
{type: “application/x-mpegurl”, src:
http://domain/video/vr360/ejemplo/playlist.m3u8”}

],

Any ideas ? 

Hello Daniel,
what version of eM Client do you experience this problem in? Please copy the full number from Menu>Help>About.
I am not able to replicate your issue in the latest version - is it possible that there is a link included in the file from which you’re copying the code?
I suggest using the CTRL+SHIFT+V shortcut for pasting in this case as it would remove any unnecessary formatting.