Skip to content

Commit 82cf355

Browse files
committed
qownnotes/web-companion#35 doc: update changelog
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 877326b commit 82cf355

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

0 commit comments

Comments
 (0)