1[
2    ["document_start", []],
3        ["header", ["Sec 1", 3, 1]],
4        ["section_open", [3]],
5            ["p_open", []],
6                ["cdata", ["1abc"]],
7            ["p_close", []],
8            ["plugin", ["ifauthex", [1, " admin"], 1, "<ifauth admin>"]],
9                ["section_close", []],
10                ["header", ["Sec 2", 3, 40]],
11                ["section_open", [3]],
12                ["p_open", []],
13                    ["plugin", ["ifauthex", [3, "2def"], 3, "2def"]],
14                ["p_close", []],
15            ["plugin", ["ifauthex", [4, null], 4, "<\/ifauth>"]],
16        ["section_close", []],
17
18        ["header", ["Sec 3", 3, 74]],
19        ["section_open", [3]],
20            ["p_open", []],
21                ["cdata", ["3ghi"]],
22            ["p_close", []],
23            ["plugin", ["ifauthex", [1, " admina"], 1, "<ifauth admina>"]],
24                ["section_close", []],
25                ["header", ["Sec 4", 3, 114]],
26                ["section_open", [3]],
27                ["p_open", []],
28                    ["plugin", ["ifauthex", [3, "4jkl"], 3, "4jkl"]],
29                ["p_close", []],
30            ["plugin", ["ifauthex", [4, null], 4, "<\/ifauth>"]],
31        ["section_close", []],
32
33        ["header", ["Sec 5", 3, 148]],
34        ["section_open", [3]],
35            ["p_open", []],
36                ["cdata", ["5mno"]],
37            ["p_close", []],
38        ["section_close", []],
39
40    ["document_end", []]
41]
42