Corpus 1d3: the inline-node pairs, the content slot and the whitespace spelling
CI / gate (push) Successful in 4s

This commit is contained in:
2026-08-24 14:21:40 +02:00
parent 6047ab6c2d
commit b61109bc90
22 changed files with 522 additions and 0 deletions
@@ -0,0 +1,55 @@
{
"content": [
{
"content": [
{
"text": " Two leading spaces held, and one text node split\nover two lines.",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "Trailing space held ",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "\tTabbed at the block edge.",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "Kept ",
"type": "text"
},
{
"marks": [
{
"type": "em"
}
],
"text": " inside ",
"type": "text"
},
{
"text": ", exactly.",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
"version": 1
}