mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
When clicking a "checklist", we're parsing the raw to change the state of the checklist that was clicked. If there was an image URL with an empty alternative text in the raw "![](https://example.com/image.jpg)" it would consider the "[]" as an empty checklist item. Internal - t/124499