-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
When pasting/typing within a blockquote a new line creates an entirely new blockquote element #742
Comments
The same applies for code blocks (wrapped in |
To clarify, I want to produce....
... but I get...
Which messes up styling (eg: using before psuedo element to added a quote icon). This also messes up the code contained in the |
This is working as designed at the moment. It is perfectly possible to create CSS rules that only affect the first or last |
Sure, I realise that I can use certain css selectors to style quotes and codeblocks to mask this particular quill behaviour, but that wouldn't help with the conflict that is being hit with As soon as each line of a code snippet is wrapped in a |
Newlines are creating a new element, when they should break within the blockquote element.
Steps for Reproduction
Expected behavior: Should break within the same blockquote element
Actual behavior: Creates a new blockquote element and newline text becomes new quote entirely
Platforms: 48.0.2564.116 (64-bit) on Elementary Freya (Ubuntu 12.04)
Version: 1.0.0-beta.4
The text was updated successfully, but these errors were encountered: