mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:52:02 +08:00
17ec3bc5b9
New range tag for local dates with syntax like: ``` [date-range from=2022-01-06T13:00 to=2022-01-08 timezone=Australia/Sydney] ``` Previously, 2 dates in one line were considered as range. It was hard to decide if 2 dates are range when they were in separate lines or have some content between them. New explicit tag should clearly distinguish between single date and range. Common code from `addLocalDate` is extracted to `addSingleLocalDate`. Both `addLocalDate` and new `addLocalRange` are using `addSingleLocalDate`. Also, `defaultDateConfig` was extracted to have one place for all possible parameters. |
||
---|---|---|
.. | ||
discourse-details | ||
discourse-local-dates | ||
discourse-narrative-bot | ||
discourse-presence | ||
lazy-yt | ||
poll | ||
styleguide |