Skip to content

Commit

Permalink
fix: add br to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfjeldberg committed Apr 2, 2024
1 parent eafe579 commit 1b3958b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
"type": "paragraph",
"children": [{ "text": "Normal text.", "type": "text" }]
},
{
"type": "paragraph",
"children": [{ "text": "Two <br> incoming", "type": "text" }]
},
{
"type": "paragraph",
"children": [{ "text": "", "type": "text" }]
},
{
"type": "paragraph",
"children": [{ "text": "", "type": "text" }]
},
{
"type": "paragraph",
"children": [{ "bold": true, "text": "Bold text", "type": "text" }]
Expand Down

0 comments on commit 1b3958b

Please sign in to comment.