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