style-merge
style-merge copied to clipboard
Outlook Conditional Comment block - URL rendering issue
There is an issue rendering URL Query parameters that are inside of an Outlook Conditional Comment block.
Input:
<!--[if mso]>
<a href="https://test.com?key1=value--123"></a>
<![endif]-->
Output:
<!--[if mso]>
<a href="https://test.com?key1=value- -123"></a>
<![endif]-->
Note the additional space in the query parameter. This breaks URLs when rendering on desktop Outlook clients.