In the quill playground try to select the whole message as a quote and press "Submit form" button. You will see in the Delta result that the whole message is not quoted, but only the last line feed character is quoted:
"about": "[{\"insert\":\"A robot who has developed sentience, and is the only robot of his kind shown to be still functioning on Earth.\"},{\"attributes\":{\"blockquote\":true},\"insert\":\"\\n\"}]",
I expect:
"about": "[{\"attributes\":{\"blockquote\":true},\"insert\":\"A robot who has developed sentience, and is the only robot of his kind shown to be still functioning on Earth.\"},{\"insert\":\"\\n\"}]",
If I'm wrong, please tell me how to use the quote correctly?
In the quill playground try to select the whole message as a quote and press "Submit form" button. You will see in the Delta result that the whole message is not quoted, but only the last line feed character is quoted:
"about": "[{\"insert\":\"A robot who has developed sentience, and is the only robot of his kind shown to be still functioning on Earth.\"},{\"attributes\":{\"blockquote\":true},\"insert\":\"\\n\"}]",I expect:
"about": "[{\"attributes\":{\"blockquote\":true},\"insert\":\"A robot who has developed sentience, and is the only robot of his kind shown to be still functioning on Earth.\"},{\"insert\":\"\\n\"}]",If I'm wrong, please tell me how to use the quote correctly?