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 raw to HeadingData #579

Merged
merged 3 commits into from
Aug 23, 2024

Conversation

christophe-g
Copy link
Contributor

This is to simplify handling of heading text for cases like: ## [linked title](./link) (text is going to be <a href="./link">linked title</a>, but you would like to consume just linked title)

This is to simplify handling of heading text for cases like: `## [linked title](./link)` (text is going to be `<a href="./link">linked title</a>`, but you would like to consume just `linked title`)
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.

Can you add a test and update the readme with the new property?

@christophe-g
Copy link
Contributor Author

Can you add a test and update the readme with the new property?

@UziTech - done

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.

Thanks! 💯

@UziTech UziTech merged commit 275c6d9 into markedjs:main Aug 23, 2024
6 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 23, 2024
# [4.1.0](v4.0.1...v4.1.0) (2024-08-23)

### Features

* add raw to HeadingData ([#579](#579)) ([275c6d9](275c6d9))
Copy link
Contributor

🎉 This issue has been resolved in version 4.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.

2 participants