-
Notifications
You must be signed in to change notification settings - Fork 261
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 quote markdown #676
base: develop
Are you sure you want to change the base?
Fix quote markdown #676
Conversation
Hi @devanshkansagra |
check this issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to test
Not this one, the multiple quoting one and recursive quoting one |
|
Hi @devanshkansagra, Blockquotes are typically used to highlight important notes or text. It would be better if you add a line as well. Additionally, blockquotes should support nesting. Here’s an example for you. This will be rendered properly by GitHub: > Hello
> This is a blockquote.
>> This is a nested blockquote.
Hii
Hi |
Okay, will work on this highlighting and nesting the quotes |
Hey, can we implement this highlight thing by implementing a button in chatinput toolbar and on highlighting...users will able to highlight the thing they want to, if yes then I will add this addition in this pr |
82cb887
to
6cd93da
Compare
Not needed @devanshkansagra |
okk |
Fixed the quote markdown issue
Acceptance Criteria fulfillment
Now if you enter the message like this it won't create any issue
Fixes #675
Video/Screenshots
Note: The PR will be ready for live testing at https://rocketchat.github.io/EmbeddedChat/pulls/pr-676 after approval. Contributors are requested to replace
<pr_number>
with the actual PR number.