[('header', ([('text', ('标题1-1',), {})], 1, '标题1-1'), {}),
('paragraph',
([('text', ('TEXT after title1-1\nTEXT after title1-2',), {})],),
{}),
('list',
([('list_item', ([('text', ('title1-1 li1',), {})],), {}),
('list_item', ([('text', ('title1-1 li2',), {})],), {})],
False),
{}),
('list',
([('list_item', ([('text', ('title1-1 li1',), {})],), {}),
('list_item', ([('text', ('title1-1 li2',), {})],), {})],
True),
{}),
('paragraph',
([('text', ('TEXT berfor image ',), {}),
('image', ('img_url.png', None, 'image'), {}),
('text', (' TEXT after image',), {})],),
{}),
('paragraph',
([('link',
('https://github.com/gera2ld/markmap', None, [('text', ('GitHub',), {})]),
{})],),
{}),
('paragraph',
([('double_emphasis', ([('text', ('inline',), {})],), {}),
('text', (' ',), {}),
('strikethrough', ([('text', ('text',), {})],), {}),
('text', (' ',), {}),
('emphasis', ([('text', ('styles',), {})],), {})],),
{}),
('paragraph', ([('codespan', ('inline code',), {})],), {}),
('paragraph',
([('text', ('Katex - $x = {-b ',), {}),
('text', ('\\pm ',), {}),
('text', ('\\sqrt{b^2-4ac} ',), {}),
('text', ('\\over 2a}$',), {})],),
{}),
('block_code', ("console.log('code block');", 'js'), {}),
('header', ([('text', ('title2-1',), {})], 2, 'title2-1'), {}),
('header', ([('text', ('title2-2',), {})], 2, 'title2-2'), {}),
('header', ([('text', ('title1-2',), {})], 1, 'title1-2'), {})]