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

[BUG]: Usernames not escaped in markdown #219

Closed
LilyKensa opened this issue Aug 29, 2024 · 2 comments · Fixed by #220, #222 or #223
Closed

[BUG]: Usernames not escaped in markdown #219

LilyKensa opened this issue Aug 29, 2024 · 2 comments · Fixed by #220, #222 or #223
Assignees
Labels
bug Something isn't working

Comments

@LilyKensa
Copy link

LilyKensa commented Aug 29, 2024

For example, the minecraft username a_cool_guy will result in acoolguy, you need to escape it like a\_cool\_guy

@LilyKensa LilyKensa added the bug Something isn't working label Aug 29, 2024
@LilyKensa
Copy link
Author

LilyKensa commented Aug 29, 2024

Oh wait but if the username is wrapped in a code like this, the username should not be escaped twice...

Maybe provide another placeholder like %escaped_username%?

@beanbeanjuice
Copy link
Owner

I see, placeholder route is probably best. Should be simple enough to add! I had no clue so thank you so much!

@beanbeanjuice beanbeanjuice linked a pull request Aug 31, 2024 that will close this issue
21 tasks
@beanbeanjuice beanbeanjuice linked a pull request Aug 31, 2024 that will close this issue
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
2 participants