-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Inline code test
/test
not parsed correctly
#9553
Comments
I've made a pull request that's failing a test which is checking exactly what this issue complains about. So wanted to know: is there any particular reason why the regex has been written like this that I might be unaware of? Or should i modify the test? |
Seems to be working for me by now on https://open.rocket.chat ... can you confirm this? :) Cheers |
Nope, can still reproduce it in https://open.rocket.chat/channel/01test I typed `test`/`foobar` and RocketChat rendered it as |
OK. You're right. I don't know what I did up there, but I was talking rubbish obviously. Sorry for that. Cheers |
Description:
This is a very minor issue, but I've noticed it several times now, and the Rocket.Chat behaviour seems to deviate from several other Markdown interpreters I've tested.
The problem is that Rocket.Chat won't display the following Markdown code correctly:
`test`/`test`
See Steps to reproduce below. I've tried several other Markdown interpreters I've found online, and they all display it correctly:
Server Setup Information:
Steps to Reproduce:
Post this string in Rocket.Chat:
`test`/`test`
Expected behavior:
It should be displayed like this (GitHub does it correctly):
test
/test
Actual behavior:
But instead it is displayed like this:
test
/`test`The text was updated successfully, but these errors were encountered: