Closed kanemu closed 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!
Thanks, — bb
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.
Fix
data.hProperties
not working for tableCellInitial 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.