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

Add markdown header based folding #44795

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Mar 1, 2018

Fixes #3347

Adds folding based on markdown heading level. Headers fold to the next header of <= level

Fixes microsoft#3347

Adds folding based on markdown heading level. Headers fold to the next header of <= level
@mjbvz mjbvz added this to the March 2018 milestone Mar 1, 2018
@mjbvz mjbvz self-assigned this Mar 1, 2018
Copy link

@nzec nzec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mjbvz mjbvz merged commit 99413dc into microsoft:master Mar 2, 2018
@aeschli
Copy link
Contributor

aeschli commented Mar 6, 2018

Cool stuff, thanks @duttaditya18 .
I created #45118 to also support the existing folding regions.

@kachkaev
Copy link

Just curious: would it be possible to fold code listings in markdown in a similar way? That would be pretty useful in literate programming documents!

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[folding] Add code folding for markdown based on heading level
4 participants