From e5f697fe878fb0fa946dd8356e93544d781388b4 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Wed, 31 Jul 2024 20:17:49 +0200 Subject: [PATCH] #3061 fix: highlighting issue in malformed unordered lists Signed-off-by: Patrizio Bekerle --- CHANGELOG.md | 2 ++ src/libraries/qmarkdowntextedit | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5fe8ebe6..24cd3b35b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ (for [#3062](https://github.com/pbek/QOwnNotes/issues/3062)) - In the *AI settings* there now is a list of all AI backends from scripts and buttons to test the connection to those AI services (for [#3064](https://github.com/pbek/QOwnNotes/issues/3064)) +- A highlighting issue in malformed unordered lists was fixed + (for [#3061](https://github.com/pbek/QOwnNotes/issues/3061), thank you, @Waqar144) ## 24.7.3 - `gpt-4o-mini` was added to the list of available OpenAI models diff --git a/src/libraries/qmarkdowntextedit b/src/libraries/qmarkdowntextedit index b631fab7f8..9af9c413dd 160000 --- a/src/libraries/qmarkdowntextedit +++ b/src/libraries/qmarkdowntextedit @@ -1 +1 @@ -Subproject commit b631fab7f8291efc336c5391ab979783c1748d18 +Subproject commit 9af9c413dd1c7c8b314acfa6a0151b1e9d099c55