discourse/app
Gerhard Schlager 1c6f8f8a36
DEV: Upgrade Markdown.it to v13.0.1 (#17099)
Updates markdown-it to v13.0.1

Noteworthy changes:
* `markdownit()` is now available on `globalThis` instead of `window`.

* The `text_collapse` rule was renamed to `fragments_join` which affected the `bbcode-inline` implementation.

* The `linkify` rule was added to the `inline` chain which affected the handling of the `[url]` BBCode. If available, our implementation reuses `link_open` and `link_close` tokens created by linkify in order to prevent duplicate links.

* The rendered HTML for code changed slightly. There's now a linebreak before the `</code>` tag. The tests were adjusted accordingly.
2022-06-20 15:25:13 +02:00
..
assets DEV: Upgrade Markdown.it to v13.0.1 (#17099) 2022-06-20 15:25:13 +02:00
controllers FIX: stop logging blank and invalid CSP reports (#17144) 2022-06-20 16:57:46 +10:00
helpers DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
jobs DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
mailers FEATURE: Log the SMTP response in EmailLog (#17056) 2022-06-15 10:28:30 +10:00
models UX: Change wording for 'regular' categories to 'normal' (#17134) 2022-06-20 06:49:33 +03:00
serializers FIX: Remove tags from experimental sidebar on notification level changed (#17083) 2022-06-14 15:39:56 +08:00
services FIX: Send quote notifications to correct users when prioritizing full names (#17030) 2022-06-09 11:52:28 -05:00
views DEV: Moves SVG sprite to <discourse-assets> element (#17148) 2022-06-20 20:58:50 +08:00