fix(tui): numbered list items showing "1." when code blocks break list continuity

This commit is contained in:
Ogulcan Celik 2026-01-12 18:21:11 +03:00 committed by Mario Zechner
parent 234f367d0d
commit a5441706f3
3 changed files with 45 additions and 2 deletions

View file

@ -6,6 +6,10 @@
- `pageUp` and `pageDown` key support with `selectPageUp`/`selectPageDown` editor actions ([#662](https://github.com/badlogic/pi-mono/pull/662) by [@aliou](https://github.com/aliou))
### Fixed
- Numbered list items showing "1." for all items when code blocks break list continuity ([#660](https://github.com/badlogic/pi-mono/pull/660) by [@ogulcancelik](https://github.com/ogulcancelik))
## [0.43.0] - 2026-01-11
### Added