markedjs / marked-gfm-heading-id

Add unique heading ids like GitHub
https://www.npmjs.com/package/marked-gfm-heading-id
MIT License
16 stars 7 forks source link

feat: add raw to HeadingData #579

Closed christophe-g closed 2 months ago

christophe-g commented 2 months ago

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)

christophe-g commented 2 months ago

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

@UziTech - done

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 4.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: