This release fixes search in edit mode and improves how Markdown layout carries between reading and editing.
Fixed
- Search highlights and navigates matches in edit mode. Matches include unsaved edits and text outside the visible area. Previous and next navigation wrap correctly, counts update while editing, and search refreshes when switching modes. Matches in tables and Mermaid blocks reveal their source (#404).
- More consistent layout between reading and editing. Corrected wrapping around trailing spaces, nested quote and loose-list spacing, code-block borders, horizontal rules, narrow table columns, Mermaid sizing, and escaped punctuation in live preview (#406).
- Images appear when background parsing finishes. Live preview now refreshes after parsing, so images no longer remain as Markdown source until the next interaction (#406).
Contributors
- @MelvinSDRS — reported and fixed search highlighting and navigation in edit mode (#403, #404).