FancyTextRendering icon indicating copy to clipboard operation
FancyTextRendering copied to clipboard

Fix single backslash being ignored

Open JimmyCushnie opened this issue 4 years ago • 0 comments

Due to the way escaping currently works, if you have a single isolated \ it will be invisible. You have to type two for a backslash to show up. This is lame and it's also in violation of markdown spec/standard, so it should be fixed.

JimmyCushnie avatar Jan 18 '21 10:01 JimmyCushnie