mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 09:02:08 +00:00
fix(tui): render HTML tags as plain text in Markdown component
Handles both block-level and inline HTML tags that were previously silently dropped. fixes #359
This commit is contained in:
parent
4ef3325cec
commit
9427211f99
2 changed files with 15 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Markdown component now renders HTML tags as plain text instead of silently dropping them ([#359](https://github.com/badlogic/pi-mono/issues/359))
|
||||
|
||||
## [0.29.0] - 2025-12-25
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue