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

feat: add getHeadingList() #413

Merged
merged 1 commit into from
Sep 23, 2023
Merged

Conversation

JeanMeche
Copy link
Contributor

@JeanMeche JeanMeche commented Sep 22, 2023

The getHeadingList() returns a structured list of headings as parsed by marked and with the ids computed by gfmHeadingId().

fixes #412

The `getHeadingList()` returns a structured list of headings as parsed by marked and with the ids computed by `gfmHeadingId()`.
Copy link
Member

@UziTech UziTech left a comment

Choose a reason for hiding this comment

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

Great work! 💯

@UziTech UziTech merged commit a72b5de into markedjs:main Sep 23, 2023
6 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 23, 2023
# [3.1.0](v3.0.8...v3.1.0) (2023-09-23)

### Features

* add `getHeadingList()` ([#413](#413)) ([a72b5de](a72b5de))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

provide a way to extract the table of content
2 participants