fix: support table attrs in readme#1329
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis PR expands the allowed HTML attributes in the sanitiser configuration for table elements. Specifically, it adds 'valign' and 'width' attributes to both table header ( Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
Added support for two fields that are supported in other systems but not in our:
widthandvalignforthandtd.valignis deprecated, but still usedwidthwith different values - it works within the containerCloses #1093 (sorry, I missed this part, checked bunch more popular libraries and hopefully we're close to other apps now)