Skip to content
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

Nested content in quote #27

Open
literakl opened this issue Sep 13, 2020 · 0 comments
Open

Nested content in quote #27

literakl opened this issue Sep 13, 2020 · 0 comments

Comments

@literakl
Copy link

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant