Closed
Description
Quill says "Many line formats are exclusive. For example Quill does not allow a line to simultaneously be both a header and a list, despite being possible to represent in the Delta format."
The rich-text demo does not handle this, instead allowing a line to have multiple formats. Quill apparently reacts by using the most recent format it received, which can cause inconsistencies across users.
To solve this, we could store all line formats under a single attribute "lineFormat", so that it we get a single LWW winner. However, I will have to check which of "Many" line formats are exclusive (hence need to grouped under "lineFormat").