pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Support inline markdown #43

Open scarf005 opened 11 months ago

scarf005 commented 11 months ago

markdowns used alongside a lot with HTML. supporting them would be useful for blog generators.

Alternatives

I've been using https://marketplace.visualstudio.com/items?itemName=jeoht.es6-string-markdown, however there's caveats:

This heading is correctly highlighted

`

pushqrdx commented 8 months ago

@scarf005 this is a problem with how vscode itself handles markdown, if you test in a new markdown file, indented headings will not be highlighted, this is the reason I didn't add markdown to inline html, plus other annoyances where code blocks in markdown will clash with es6 backtick ``` character. I'll leave this issue open so that maybe someday I find a clean workaround to integrate markdown into inline html