documentation/test/fixture/react-jsx.output.md.json
2016-03-16 17:35:47 -04:00

46 lines
772 B
JSON

{
"type": "root",
"children": [
{
"depth": 1,
"type": "heading",
"children": [
{
"type": "text",
"value": "apples"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "apples",
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 7
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 7
},
"indent": []
}
}
]
}