We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bd93d commit 82adb9dCopy full SHA for 82adb9d
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 26.3.11
4
5
+- Changed Markdown formatting syntax hiding so named links keep their URL part
6
+ visible (`[name](https://example.com)` now only hides Markdown delimiters)
7
+ (for [#1662](https://github.com/pbek/QOwnNotes/issues/1662))
8
- Fixed a build failure with older Qt5 versions in XDG global shortcut portal token
9
generation by only using `QUuid::WithoutBraces` on Qt >= 5.11 and falling back to
10
brace removal on older Qt5 (for [#2462](https://github.com/pbek/QOwnNotes/issues/2462))
src/libraries/qmarkdowntextedit
0 commit comments