Files
adf-codec/corpus/canonical-form/text-escaping.json
T
2026-08-24 11:21:57 +02:00

43 lines
649 B
JSON

{
"content": [
{
"content": [
{
"text": "# Not a heading",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "- not a bullet",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "2 * 3 * 4 = 24",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"text": "snake_case_name",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
"version": 1
}