vscode-markdown-languageservice
vscode-markdown-languageservice copied to clipboard
Allow folding html tags with blank new lines
Tracks enabling folding of html in markdown such as:
<details>
Some text
</details>
This is currently not foldable because it is (correctly) tokenized to two html elements instead of a single html block