You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: