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
Is your feature request related to a problem? Please describe.
I author most of my markup in HTML, because it provides significantly more versatile and semantic markup capabilities. However, it has an (ultimately non-inherent, but in-practice) significant failure — <code> tags are not automatically syntax-highlighted by any parsers.
Markdown, being a superset of HTML, improves this perfectly. As an example, when I render the undermentioned in VS Code with the PowerShell extension installed, I see beautiful colours:
However, that's really difficult to read. It gets exponentially more difficult if, for example, you have nested tables with code blocks in each. At that stage, I basically have to re-indent and then de-indent each time I modify the markup. It's a dreadful workflow.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
The sole alternative is to remove all line breaks.
Additional context
Quotations are from microsoft/vscode#234485 (comment).
The text was updated successfully, but these errors were encountered: