v0.3.2
Better Markdown Rendering and Viewer Navigation
This release improves Markdown rendering and document navigation in MarkMello.
What’s improved
- Embedded
data:imageimages now render correctly inside regular text paragraphs. - CommonMark URL and email autolinks, such as
<https://example.com>and<user@example.com>, are now recognized and clickable. - Keyboard scrolling in Read mode now works reliably with arrow keys, Page Up, Page Down, Home, End, Space, and Shift+Space.
- Text selection and caret positioning are now accurate across multiline content and code blocks.
- Embedded image definitions are protected from accidental partial editing while still allowing complete replacement or deletion.
The release also includes expanded regression test coverage for Markdown parsing, rendering, copying, keyboard navigation, editor protection, and text selection.