From 9c3ced4949c89cc211999c2be3df20efc7adc189 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Tue, 10 Sep 2024 19:40:53 +0200 Subject: [PATCH] #3101 fix: malfunctioning ordered list detection in heading highlighting Signed-off-by: Patrizio Bekerle --- CHANGELOG.md | 3 +++ src/libraries/qmarkdowntextedit | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d3255614..0814427739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## 24.9.4 - An issue with the **backlink widget** showing duplicate items panel was fixed (for [#1717](https://github.com/pbek/QOwnNotes/issues/1717)) +- An issue with the ordered list detection in the heading highlighting was fixed + (for [#3101](https://github.com/pbek/QOwnNotes/issues/3101), thank you, @Waqar144) + ## 24.9.3 - In the **backlink widget** and the automatic link transformation, when notes are renamed, now relative links with `/` and urlencoded `/` (as `%2F`) are both supported diff --git a/src/libraries/qmarkdowntextedit b/src/libraries/qmarkdowntextedit index 48d602b174..d3e019be20 160000 --- a/src/libraries/qmarkdowntextedit +++ b/src/libraries/qmarkdowntextedit @@ -1 +1 @@ -Subproject commit 48d602b174ac5f6600149b3874b00a01553bda94 +Subproject commit d3e019be202f473641894dbe9662e712baa96f87