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.
There is an issue rendering URL Query parameters that are inside of an Outlook Conditional Comment block.
Input:
Output:
Note the additional space in the query parameter. This breaks URLs when rendering on desktop Outlook clients.