DatePicker docs: Fix myst-parser not automatically turning the strftime link to a link

This commit is contained in:
Simon Hausmann 2024-06-07 11:25:52 +02:00
parent 7f219ed6a4
commit cdf20a313b

View file

@ -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