-
Notifications
You must be signed in to change notification settings - Fork 88
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(NcRichText
) - don't populate a first newline to properly parse blockqoute tags
#4470
Conversation
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.
Fixes the bug in talk
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2787345
to
9327bcc
Compare
Rebased onto master, added cypress tests |
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9327bcc
to
cf792b5
Compare
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.
The patterns seem right :) . I am just not sure if condensing each two new lines having ">" each into one line is intentional ( if there is n, an odd number of ">", then it is (n+1)/2 new lines) .
Tested and it works as expected otherwise .
That's for empty lines in quote notation:
|
☑️ Resolves
NcRichText
) - keep newlines in rendered Markdown #4461<blockqoute/>
was broken, as at least one line after it should be empty🖼️ Screenshots
🚧 Tasks
🏁 Checklist