discourse/plugins/checklist/test/javascripts/lib
Gerhard Schlager 6e4dc50b7a
FIX: Support escaping checkbox syntax with backslash (#36763)
Previously, `\[x]` still rendered as a checkbox because the markdown-it plugin processed text after escape sequences were already merged.

Fixed by running the checklist rule before `text_join` so escaped brackets remain in separate tokens. Also updated the click handler to skip checkboxes preceded by a backslash in the raw text.
2025-12-18 11:46:53 +01:00
..
checklist-test.js FIX: Support escaping checkbox syntax with backslash (#36763) 2025-12-18 11:46:53 +01:00