@gradio/markdown-code@0.9.0
📦 gradioView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces improvements to the continuous integration pipeline by adding linting and TypeScript checks. A bug causing text overflow in the Markdown component has also been resolved.
✨ New Features
- CI now runs `pnpm lint` and `pnpm ts:check`.
🐛 Bug Fixes
- Fixed long unbroken text overflowing in the Markdown component.