@platejs/markdown@52.1.0
udecode/plate@platejs/markdown@52.1.0Jan 9, 2026by github-actions[bot]
AI Summary
This patch release enhances Markdown table serialization to support complex cell content by inserting `<br/>` separators between multiple blocks.
Key Highlights
- Table cells now insert `<br/>` separators between multiple blocks during serialization
- Improves representation of complex cell content containing multiple paragraphs or block elements
New Features
- Enhanced table cell serialization for Markdown
Full Release Notes
### Patch Changes
- [#4800](https://github.com/udecode/plate/pull/4800) by [@felixfeng33](https://github.com/felixfeng33) – Enhanced table cell serialization to support multiple blocks within cells:
- Table cells (td/th) now insert `<br/>` separators between multiple blocks when serializing to markdown
- This allows markdown tables to better represent complex cell content that contains multiple paragraphs or other block elements