Skip to content

v0.3.3

Latest

Choose a tag to compare

@dartdavros dartdavros released this 14 Jul 06:43
· 3 commits to main since this release

This release improves Markdown rendering and document navigation in MarkMello.

What’s improved

  • Embedded data:image images 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.