Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Fold All Regions" is not working on markdown #48077

Closed
kenng opened this issue Apr 17, 2018 · 3 comments
Closed

"Fold All Regions" is not working on markdown #48077

kenng opened this issue Apr 17, 2018 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-folding Editor code folding issues markdown Markdown support issues

Comments

@kenng
Copy link

kenng commented Apr 17, 2018

markdown collapse "Fold All Regions" is not working.

  • VSCode Version:
  • OS Version:

Steps to Reproduce:

  1. define the region and endregion in a markdown file
## [ topic ] My Topic
<!-- #region -->
my content
<!-- #endregion -->

## [ topic ] My Second Topic
<!-- #region -->
my content 2
<!-- #endregion -->
  1. run command >Fold All Regions.
    Result:
    Region is not collapsing.

Does this issue occur when all extensions are disabled?: Yes

@vscodebot
Copy link

vscodebot bot commented Apr 17, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the editor label Apr 17, 2018
@kenng
Copy link
Author

kenng commented Apr 17, 2018

Could be a duplicate issue of
Collapse/expand regions does not work (#47308)

@ramya-rao-a ramya-rao-a added markdown Markdown support issues editor-folding Editor code folding issues and removed editor labels Apr 17, 2018
@mjbvz
Copy link
Collaborator

mjbvz commented Apr 17, 2018

Duplicate of #45118

You should be able to fold document areas by heading level. Folding regions in markdown were sort of an ugly hack we added before we supported proper syntax-aware folding

@mjbvz mjbvz closed this as completed Apr 17, 2018
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-folding Editor code folding issues markdown Markdown support issues
Projects
None yet
Development

No branches or pull requests

3 participants