aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-03-29 12:58:10 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2022-03-29 11:24:54 +0000
commit2876912832aa1d77fc961d9107d53017e63f9f52 (patch)
tree0070a1a847a77edf4c12fc83ea08ede27b7f2542
parent7d14e95914c106a8550e1f0ebd4dd1617a80d9d6 (diff)
Fix Qt 6.3.0 release note markdown 'syntax'
In one bug report there is '(HTML: <ol>)' which messes up the md syntax. Cut the bug report title so that this 'tag' is removed Change-Id: If8c619cbafa06028e9ab5befbb41a1c5958bc3f9 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
-rw-r--r--qt/6.3.0/release-note.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt/6.3.0/release-note.md b/qt/6.3.0/release-note.md
index ee751ad..8050fce 100644
--- a/qt/6.3.0/release-note.md
+++ b/qt/6.3.0/release-note.md
@@ -2167,8 +2167,7 @@ horizontal header only works when the first row is visible
* QTBUG-98532 CMake - _qmltyperegistration.cpp do not get updated
* QTBUG-83165 Android .aab bundle fails to link static library in subdir
* QTBUG-48815 QTextEdit: When pressing enter at the end of last item in
-an ordered list (HTML: <ol>) then it will put in extra space before the
-new line
+an ordered list...
* QTBUG-97459 when hitting enter in QTextEdit at the end of a line with
a checked checkbox, next line is also checked
* QTBUG-80473 Inserting an <HR> tag into QTextDocument does Bad Things