editor-js / editor-js/quote

Nested content in quote

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
58
Forks
63
PR merge metrics
No merged PRs in 30d

Description

I have entered two paragraphs inside the quote separated by Enter key. This is the result:
```
{
"type": "quote",
"data": {
"text": "first paragraphsecond paragraph",
"caption": "caption",
"alignment": "left"
}
}
```
The best solution would be if Quote supported the nested elements, so there would be two paragraphs. If it is not possible from a technical point of view, then whitespace must not be consumed:
```
{
"type": "quote",
"data": {
"text": "first paragraph second paragraph",
"caption": "caption",
"alignment": "left"
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.