yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.94k stars 326 forks source link

Enable intendation folding in Code Blocks #886

Open irvnriir opened 3 years ago

irvnriir commented 3 years ago

The same as with the main content -- reading is easier than writing . So please add ability to fold the code in { ``` <<_>> ``` } .

yzhang-gh commented 3 years ago

The (Markdown) code folding is provided by VS Code itself. That will be the right place to discuss.

https://github.com/microsoft/vscode/blob/7b317afd93163bc129457c95889215dc86312a02/extensions/markdown-language-features/src/extension.ts#L63