Allow pasting underscores
I want to paste a regex .*_([^_]+_[^_]+)$ into chat. As soon as I paste, the underscores are removed and my text is converted to italic. I am unable to create a fenced code block with triple backticks. If I create a code block with single backticks and then paste my regex inside, it breaks the code block in half and inserts non-code text.
- If the chat box is going to magically remove characters, CTRL+Z should put them back
- I should be able to create a code block, and paste text inside that code block without any magic
5
votes