documentation/test/fixture/external.output.md.json
2015-10-03 16:57:37 -04:00

96 lines
2.2 KiB
JSON

{
"type": "root",
"children": [
{
"type": "root",
"children": [
{
"depth": 1,
"type": "heading",
"children": [
{
"type": "text",
"value": "foo"
}
]
},
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "I am in ",
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 9
},
"indent": []
}
},
{
"type": "inlineCode",
"value": "external.input.js",
"position": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 28
},
"indent": []
}
},
{
"type": "text",
"value": ".",
"position": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 29
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 29
},
"indent": []
}
}
],
"position": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 29
}
}
}
]
}
]
}