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.