<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant Lexical packages to make sure your issue has not already been fixed. --> Lexical version: 0.37.0 ## Steps To Reproduce 1. Go to playground 2. Create a checklist by typing `[ ]` 3. See that the outputted markdown is `[[ ]` ## The current behavior https://github.com/user-attachments/assets/d1dd79fb-da85-4b19-ac41-63f6737f7ee2 ## The expected behavior The outputted markdown is `[ ]` I assume this bug was introduced by this pr: https://github.com/facebook/lexical/pull/7892