From cdf20a313b8cc7b54cb9e2ab46c6ac4e4f0ed1cb Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 7 Jun 2024 11:25:52 +0200 Subject: [PATCH] DatePicker docs: Fix myst-parser not automatically turning the strftime link to a link --- docs/reference/src/language/widgets/datepicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/src/language/widgets/datepicker.md b/docs/reference/src/language/widgets/datepicker.md index c3801f104..a143d784e 100644 --- a/docs/reference/src/language/widgets/datepicker.md +++ b/docs/reference/src/language/widgets/datepicker.md @@ -22,7 +22,7 @@ Use a date picker to let the user select a date. - **`date`**: (_in_ _Date_): Set the initial displayed date. - **`input-title`**: (_in_ _string_): Title that displayed on the date input `LineEdit`. - **`input-placeholder`**: (_in_ _string_): Placeholder text that is displayed on the date input `LineEdit`. -- **`input-format`**: (_in_ _string_): Defines the format that is used to parse the text of `LineEdit`. For more details check the https://docs.rs/chrono/latest/chrono/format/strftime/index.html. (default `"%m/%d/%Y"`) +- **`input-format`**: (_in_ _string_): Defines the format that is used to parse the text of `LineEdit`. For more details check the [https://docs.rs/chrono/latest/chrono/format/strftime/index.html](). (default `"%m/%d/%Y"`) ### Callbacks