Skip to content

Conversation

@cornelk
Copy link

@cornelk cornelk commented Oct 5, 2022

for the input

This is a sample paragraph  
with lorem ipsum dolor sit amet...

it now emits the expected hardBreak node:

        {
          "type": "text",
          "text": " paragraph"
        },
        {
          "type": "hardBreak"
        },
        {
          "type": "text",
          "text": "with lorem ipsum dolor sit"
        },

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

Successfully merging this pull request may close these issues.

1 participant