STR: 1. Opened the block editor and clicked the 'Insert Step' button 2. Typed text into the 'Step Title' field `* test` 3. Selected the text 4. Clicked Bold formatting `* **test**` 5. Then clicked Italic formatting `* ***test***` 6. Clicked into Expected Result field and then the 'Step Title' field 7. Repeated 2-5 times Actual Result: 1. The editor keeps adding more and more backslashes before asterisks. 2. First click:` *test*` 3. Second click: `\*test\*` 4. Third click: `\\\*test\\\*` 5. Backslashes keep increasing infinitely with each formatting action. https://github.com/user-attachments/assets/f977a1bf-f3fa-430f-ab98-626ab98a02ee
STR:
* test* **test*** ***test***Actual Result:
*test*\*test\*\\\*test\\\*CleanShot.2025-11-24.at.12.49.57.mp4