[ { raw: 'html',
data: 'html',
type: 'tag',
location: { line: 1, col: 1 },
name: 'html',
children:
[ { raw: '\n\n',
data: '\n\n',
type: 'text',
location: { line: 1, col: 5 } },
{ raw: 'title',
data: 'title',
type: 'tag',
location: { line: 3, col: 1 },
name: 'title',
children:
[ { raw: 'The Title',
data: 'The Title',
type: 'text',
location: { line: 3, col: 6 } } ] },
{ raw: 'body',
data: 'body',
type: 'tag',
location: { line: 3, col: 1 },
name: 'body',
children:
[ { raw: '\nHello world\n\n',
data: '\nHello world\n\n',
type: 'text',
location: { line: 3, col: 5 } } ] },
{ raw: '\n\n',
data: '\n\n',
type: 'text',
location: { line: 6, col: 6 } } ] } ]