From 7328fe008cd98d416f63fa00e1d0e7e6240fbc31 Mon Sep 17 00:00:00 2001 From: "U. N. Owen" <15646950+MM2-0@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:21:45 +0200 Subject: [PATCH] Update notes-widget.mdx --- docs/docs/user-guide/widgets/notes-widget.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/user-guide/widgets/notes-widget.mdx b/docs/docs/user-guide/widgets/notes-widget.mdx index 4b7e41f0..aababaaa 100644 --- a/docs/docs/user-guide/widgets/notes-widget.mdx +++ b/docs/docs/user-guide/widgets/notes-widget.mdx @@ -30,6 +30,7 @@ syntax is supported: - `1. Ordered list item` - `- [ ] Unchecked task` - `- [x] Checked task` +- `[Link](https://example.com)` @@ -45,4 +46,4 @@ A new instance of the notes widget can be added by tapping the icon in the bottom right corner and selecting "Dismiss". If you dismiss a note, the widget will be removed, unless it is the last instance -of a note widget. In this case the note widget's content will be cleared instead. \ No newline at end of file +of a note widget. In this case the note widget's content will be cleared instead.