Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslashes are writen doubled in monospaced blocks #6395

Open
1 task done
TiagoTiago opened this issue Sep 22, 2024 · 0 comments
Open
1 task done

Backslashes are writen doubled in monospaced blocks #6395

TiagoTiago opened this issue Sep 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TiagoTiago
Copy link

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:

\\
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?

  • 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.
@TiagoTiago TiagoTiago added the bug Something isn't working label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant