Hi! I am working on the Technical Documentation project. My documentation is about
DITA XML/ Markdown syntax. I tried putting some DITA snippets inside the html
<code>
tag and VS code parses it as regular code. So I tried putting a <pre>
tag around the DITA and that did not solve the problem. Here are the snippets.
<code>
<!--start code
<topic id="topic_title">
<title>Topic title</title>
<topic id="nested_topic_title">
<title>Nested topic title</title>
</topic>
</topic> -->
</code>