Need to use it in `posthtml-mso`, so this: ```html <outlook><table><tr><td></outlook> ``` results in this: ```html <!--[if mso|ie]><table><tr><td><![endif]--> ``` and not in this: ```html <!--[if mso|ie]><table><tr><td></td></tr></table><![endif]--> ```
Need to use it in
posthtml-mso, so this:results in this:
<!--[if mso|ie]><table><tr><td><![endif]-->and not in this:
<!--[if mso|ie]><table><tr><td></td></tr></table><![endif]-->