File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# QOwnNotes Changelog
22
3+ ## 26.1.4
4+
5+ - **Improved HTML to Markdown conversion** with better handling of various HTML elements
6+ (for [web-companion#35](https://github.com/qownnotes/web-companion/issues/35))
7+ - Added comprehensive table support with proper formatting of headers, rows, and cells
8+ - Fixed text formatting (bold, italic, strikethrough) to properly preserve inline styles
9+ - Fixed blockquotes and horizontal rules conversion
10+ - Improved heading conversion to remove unwanted line breaks within headings
11+ - Fixed link conversion to remove excessive line breaks in link text and nested elements
12+ - Improved code block handling to remove trailing line breaks inside code blocks
13+ - Added handling of nested formatting elements (e.g., bold/italic within links)
14+ - Fixed list item conversion to properly handle nested elements
15+ - Added comprehensive unit tests for all HTML to Markdown conversion scenarios
16+ - Fixed Evernote import code block handling to preserve leading indentation and code fences
17+ - Code blocks imported from Evernote now maintain their original formatting
18+ - Fixed an issue where PHP and other code blocks would lose their indentation or code fence markers
19+
320## 26.1.3
421
522- The **Joplin Import Dialog** now supports importing images with title attributes
You can’t perform that action at this time.
0 commit comments