43 lines
649 B
JSON
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
|
|
}
|