microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.1k stars 29.26k forks source link

VS Code 1.61 insider can no longer extend Markdown outline #132741

Closed yhatt closed 3 years ago

yhatt commented 3 years ago

For making slides from Markdown, I'm creating an extension Marp for VS Code which is extending markdown-it engine. It has extended the Markdown outline by adding hidden heading symbols that are recognized as heading level 0.

However, I've confirmed this trick is no longer working on VS Code 1.61 insider due to the change by #131572. I have understood that this change fixes #131427, but it makes a disadvantage for the extension that is extending outline with a right reason.

Have any ideas to extend the Markdown outline rightly?

yhatt commented 3 years ago

/verified