Implement syntax highlighting for HTML tags <code lang="...">, class=“ language-...” and others in Markdown files. These tags should be colored in the same way as the corresponding Markdown code blocks ( ```...) that share the same title. This will ensure visual consistency of code presentation throughout the documentation.
Implement syntax highlighting for HTML tags
<code lang="...">,class=“ language-...”and others in Markdown files. These tags should be colored in the same way as the corresponding Markdown code blocks (```...) that share the same title. This will ensure visual consistency of code presentation throughout the documentation.