syntax-tree / mdast-util-to-hast

utility to transform mdast to hast
https://unifiedjs.com
MIT License
102 stars 42 forks source link

Fix `hProperties` on `tableCell` #71

Closed kanemu closed 1 year ago

kanemu commented 1 year ago

Fix data.hProperties not working for tableCell

Initial checklist

Description of changes

This pull request addresses an issue where the data.hProperties property was not being properly applied to tableCell elements in the mdast-util-to-hast library. The problem originates from the loop processing of children within the table-row.js file, where the state.applyData function is being passed the parent tableRow instead of the tableCell itself.

github-actions[bot] commented 1 year ago

Hi! It seems some of the things asked in the template are missing? Please edit your post to fill out everything.

You won’t get any more notifications from me, but I’ll keep on updating this comment, and remove it when done!

If you need it, here’s the original template ```markdown ### Initial checklist * [ ] I read the support docs * [ ] I read the contributing guide * [ ] I agree to follow the code of conduct * [ ] I searched issues and couldn’t find anything (or linked relevant results below) * [ ] If applicable, I’ve added docs and tests ### Description of changes TODO ```

Thanks, — bb

github-actions[bot] commented 1 year ago

Hi! This was closed. Team: If this was merged, please describe when this is likely to be released. Otherwise, please add one of the no/* labels.

wooorm commented 1 year ago

Thank you!! https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.2