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

#2467 - Broken mention in blockquotes #2480

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

SebinSong
Copy link
Collaborator

closes #2467

The cause of the issue was that the regular expression to capture multi-line code blocks was not working correctly, especially in a complicated context. (eg. when ``` is preceeded by > character) So made a fix.

[Screenshot]

markdown-fix-1

[Screenshot 2 for a more complicated context] - Within list elements

markdown-fix-2

@SebinSong SebinSong self-assigned this Dec 23, 2024
Copy link

cypress bot commented Dec 23, 2024

group-income    Run #3609

Run Properties:  status check passed Passed #3609  •  git commit 4264c08633 ℹ️: Merge 8c4ef21d564d4eaee4c8466f0b3da4bbe4b4024f into 0e8c05ca32944d4132181c51f8c2...
Project group-income
Branch Review sebin/task/#2467-broken-mention-in-blockquotes
Run status status check passed Passed #3609
Run duration 10m 44s
Commit git commit 4264c08633 ℹ️: Merge 8c4ef21d564d4eaee4c8466f0b3da4bbe4b4024f into 0e8c05ca32944d4132181c51f8c2...
Committer Sebin Song
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 10
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 112
View all changes introduced in this branch ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic work @SebinSong! I'm glad it turned out to be a simple fix!

@taoeffect taoeffect merged commit aaaae1f into master Dec 23, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2467-broken-mention-in-blockquotes branch December 23, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken user and channel mentions in blockquotes in chat markdown
2 participants