26.0.0 (2025-09-28)
⚠ BREAKING CHANGES
- wrap: Removed relaince on
screenpos
for wrap support - wrap: Reworked how
wrap
support is implamented - Calling
setup()
no longer re-apply highlights - config: Separated config into multiple files
- Removed dependency for custom query files
refacto
- wrap: Removed relaince on
screenpos
for wrap support (01825b0)
Features
- parser_markdown: Parsed list items now have nesting data (24f5b38)
- parser_markdown: Parsed sections now have indentation ranges (92c6168)
Bug Fixes
- config: Fixed an issue with
<a></a>
tags icon being cut off (fd4bc72) - core: Fixed issues with non-existing buffer missing state value (82c21e3), closes #394
- parser_markdown: Added missing proeprty for block quotes (1ec84d4)
- parser_markdown: Fixes indentation of trailing lines in list items (3df4aea), closes #399
- renderer_markdown: Block quote borders now have correct
right_gravity
(1276282)