Without monospaced markdown there is a single backslash, but if it is written with either a single backtick, or tripple on multiline blocks, it gets doubled.
If I write:
'\'
or
'''
\
'''
(replaced the backticks in the example with aposthrophes because I couldn't figure out how to them escaped correctly here)
On the webgui it is written doubled, and it is not just visual, if you click the copy button it does get copied doubled. Like this:
\\
and
\\
But looking at the console it is not internally seen as doubled; so I don't think it's a tokenizer issue.
Is there an existing issue for this?
[X] I have searched the existing issues
Reproduction
Already described in the description.
Screenshot
No response
Logs
(if any), well there is no errors, so it shouldn't be a required field, that red asterisks is annoying.
System Info
Since it's a issue with the HTML itself, I suspect the system specs isn't relevant, lemme know if it somehow makes any difference.
Describe the bug
Without monospaced markdown there is a single backslash, but if it is written with either a single backtick, or tripple on multiline blocks, it gets doubled.
If I write:
or
(replaced the backticks in the example with aposthrophes because I couldn't figure out how to them escaped correctly here)
On the webgui it is written doubled, and it is not just visual, if you click the copy button it does get copied doubled. Like this:
\\
andBut looking at the console it is not internally seen as doubled; so I don't think it's a tokenizer issue.
Is there an existing issue for this?
Reproduction
Already described in the description.
Screenshot
No response
Logs
System Info