Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created February 27, 2022 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunosabot/c3ef93154908d6fc7ec9e559dd80227f to your computer and use it in GitHub Desktop.
Save brunosabot/c3ef93154908d6fc7ec9e559dd80227f to your computer and use it in GitHub Desktop.
{
"type": "root",
"children": [
{
"type": "heading",
"depth": 1,
"children": [
{
"type": "text",
"value": "Introduction",
"position": {
"start": { "line": 2, "column": 3, "offset": 3 },
"end": { "line": 2, "column": 15, "offset": 15 }
}
}
],
"position": {
"start": { "line": 2, "column": 1, "offset": 1 },
"end": { "line": 2, "column": 15, "offset": 15 }
}
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "Here is my content",
"position": {
"start": { "line": 4, "column": 1, "offset": 17 },
"end": { "line": 4, "column": 19, "offset": 35 }
}
}
],
"position": {
"start": { "line": 4, "column": 1, "offset": 17 },
"end": { "line": 4, "column": 19, "offset": 35 }
}
},
{
"type": "code",
"lang": "javascript",
"meta": null,
"value": "Here is a code bloc",
"position": {
"start": { "line": 6, "column": 1, "offset": 37 },
"end": { "line": 8, "column": 4, "offset": 74 }
}
}
],
"position": {
"start": { "line": 1, "column": 1, "offset": 0 },
"end": { "line": 9, "column": 1, "offset": 75 }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment