-
Notifications
You must be signed in to change notification settings - Fork 156
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
fix: Markdown breaking issue between hyperlinks #1260
base: main
Are you sure you want to change the base?
Conversation
|
|
@dougfabris, could you please take a moment to review the PR when you're available, Thank you! |
@MartinSchoeler could you please review the PR if you have some time, thanks |
Proposed changes (including videos or screenshots)
This pull request addresses an issue where typing between two hyperlinks in Rocket.Chat causes the markdown to break. This happens even without a space or other separator between the hyperlinks and the inserted text.
properly converts:
[Rocket.Chat] [New release](https://www.rocket.chat/blog/new-starter-pro-plans)
to html like this<p>[Rocket.Chat] <a href="https://www.rocket.chat/blog/new-starter-pro-plans">New release</a></p>
Issues
closes the issue:
RocketChat/Rocket.Chat#31766
RocketChat/Rocket.Chat#31418