documentation/test/fixture/external.output.md.json
2015-11-03 10:50:18 -05:00

76 lines
1.4 KiB
JSON

{
"type": "root",
"children": [
{
"depth": 1,
"type": "heading",
"children": [
{
"type": "text",
"value": "foo"
}
]
},
{
"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": []
}
}
]
}