streamdown@1.1.10
vercel/streamdownstreamdown@1.1.10Sep 3, 2025
AI Summary
This is a patch release (1.1.10) for streamdown that includes bug fixes and a styling enhancement. The update fixes an issue with parseIncompleteMarkdown Emphasis Character Block and improves table rendering by applying whitespace-nowrap to th elements and matching table colors with CodeBlock.
Key Highlights
- Fixed parseIncompleteMarkdown Emphasis Character Block issue
- Applied whitespace-nowrap styling to table header (th) elements
- Matched table colors with CodeBlock for consistent styling
New Features
- Table header (th) now applies whitespace-nowrap for better layout
- Table colors now match CodeBlock styling for visual consistency
Full Release Notes
### Patch Changes - 4459b14: apply whitespace-nowrap to th and match table colors with CodeBlock - 426c897: fix: parseIncompleteMarkdown Emphasis Character Block Issue