Files
adf-codec/corpus/round-trip/inline-nodes/text-whitespace.json
T

56 lines
953 B
JSON

{
"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
}