I was recently trying to preview a document where I have some XML code blocks for SOAP web service calls and found that the Markdown Preview handling of XML and HTML style elements is wonky at best. As you can see in the example image below, some sections only show pieces of the code, while other sections disappear completely. I understand there is likely HTML generation happening for the preview, but perhaps the input needs to get escaped? I even tried wrapping my code block in HTML comment tags, with no change.
I was recently trying to preview a document where I have some XML code blocks for SOAP web service calls and found that the Markdown Preview handling of XML and HTML style elements is wonky at best. As you can see in the example image below, some sections only show pieces of the code, while other sections disappear completely. I understand there is likely HTML generation happening for the preview, but perhaps the input needs to get escaped? I even tried wrapping my code block in HTML comment tags, with no change.